File tree Expand file tree Collapse file tree 6 files changed +2
-9
lines changed Expand file tree Collapse file tree 6 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ vendor
17
17
/.vscode /
18
18
/.vscode-server /
19
19
/.vscode-server-insiders /
20
- /bundler /helpers /install-dir
20
+ .byebug_history
21
+ ** /helpers /install-dir
21
22
/npm_and_yarn /helpers /node_modules
22
- /npm_and_yarn /helpers /install-dir
23
23
/npm_and_yarn /helpers /.node-version
24
- /go_modules /helpers /install-dir
25
- /terraform /helpers /install-dir
26
24
/dry-run
27
25
** /bin /helper
28
26
/.core-bash_history
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
8
8
fi
9
9
10
10
install_dir=" $DEPENDABOT_NATIVE_HELPERS_PATH /bundler/v1"
11
-
12
11
mkdir -p $install_dir
13
12
14
13
helpers_dir=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
8
8
fi
9
9
10
10
install_dir=" $DEPENDABOT_NATIVE_HELPERS_PATH /bundler/v2"
11
-
12
11
mkdir -p $install_dir
13
12
14
13
helpers_dir=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
8
8
fi
9
9
10
10
install_dir=" $DEPENDABOT_NATIVE_HELPERS_PATH /composer/v1"
11
-
12
11
mkdir -p $install_dir
13
12
14
13
helpers_dir=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
8
8
fi
9
9
10
10
install_dir=" $DEPENDABOT_NATIVE_HELPERS_PATH /composer/v2"
11
-
12
11
mkdir -p $install_dir
13
12
14
13
helpers_dir=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
8
8
fi
9
9
10
10
install_dir=" $DEPENDABOT_NATIVE_HELPERS_PATH /python"
11
-
12
11
mkdir -p $install_dir
13
12
14
13
helpers_dir=" $( dirname " ${BASH_SOURCE[0]} " ) "
You can’t perform that action at this time.
0 commit comments