We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a93a commit 632d9a5Copy full SHA for 632d9a5
script/bootstrap
@@ -10,7 +10,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
10
rm -rf "${DIR}/.bundle"
11
12
echo 'Running bundler'
13
-bundle install --no-prune --path vendor/bundle --local
+bundle config set --local no_prune 'true'
14
+bundle config set --local path 'vendor/bundle'
15
+bundle install --local
16
bundle clean
17
bundle binstubs --force puppet pry rake rspec-core rubocop
18
chmod 0755 bin/octofacts-updater
0 commit comments