Skip to content

Commit b67aad0

Browse files
authored
Added force to bundle install clean
This a fix to get compliant with bundle 1.16+
1 parent b35ed60 commit b67aad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/railsInstallDepsDocker.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def call(Map config) {
1010
stage('Install Dependancies') {
1111
milestone label: 'Install Dependancies'
1212
retry(2) {
13-
sh "${config.container} bundle install --quiet --clean --jobs=4"
13+
sh "${config.container} bundle install --quiet --clean --force --jobs=4"
1414
}
1515
currentBuild.result = 'SUCCESS'
1616
}

0 commit comments

Comments
 (0)