diff --git a/.gitignore b/.gitignore index 57ae1b5286..52397b63b2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,12 +17,10 @@ vendor /.vscode/ /.vscode-server/ /.vscode-server-insiders/ -/bundler/helpers/install-dir +.byebug_history +**/helpers/install-dir /npm_and_yarn/helpers/node_modules -/npm_and_yarn/helpers/install-dir /npm_and_yarn/helpers/.node-version -/go_modules/helpers/install-dir -/terraform/helpers/install-dir /dry-run **/bin/helper /.core-bash_history diff --git a/bundler/helpers/v1/build b/bundler/helpers/v1/build index 330ab4be98..051a42e246 100755 --- a/bundler/helpers/v1/build +++ b/bundler/helpers/v1/build @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then fi install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v1" - mkdir -p $install_dir helpers_dir="$(dirname "${BASH_SOURCE[0]}")" diff --git a/bundler/helpers/v2/build b/bundler/helpers/v2/build index 488a409d99..8e95714423 100755 --- a/bundler/helpers/v2/build +++ b/bundler/helpers/v2/build @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then fi install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v2" - mkdir -p $install_dir helpers_dir="$(dirname "${BASH_SOURCE[0]}")" diff --git a/composer/helpers/v1/build b/composer/helpers/v1/build index 2fb0ad3e7a..af63ff0f21 100755 --- a/composer/helpers/v1/build +++ b/composer/helpers/v1/build @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then fi install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v1" - mkdir -p $install_dir helpers_dir="$(dirname "${BASH_SOURCE[0]}")" diff --git a/composer/helpers/v2/build b/composer/helpers/v2/build index 3695c7ecdb..32b734acd4 100755 --- a/composer/helpers/v2/build +++ b/composer/helpers/v2/build @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then fi install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v2" - mkdir -p $install_dir helpers_dir="$(dirname "${BASH_SOURCE[0]}")" diff --git a/python/helpers/build b/python/helpers/build index cabf88648c..c663ba903f 100755 --- a/python/helpers/build +++ b/python/helpers/build @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then fi install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/python" - mkdir -p $install_dir helpers_dir="$(dirname "${BASH_SOURCE[0]}")"