File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515 # `image`
1616 image_commitlint : &image_commitlint 'myii/ssf-commitlint:11'
1717 image_dindruby : &image_dindruby 'myii/ssf-dind-ruby:2.7.1-r3'
18- image_dindrubybionic : &image_dindrubybionic 'myii/ssf-dind-ruby-bionic:1_2.5.1 '
18+ image_dindrubybionic : &image_dindrubybionic 'myii/ssf-dind-ruby-bionic:2.7.1-1bbox1 '
1919 image_precommit : &image_precommit
2020 name : ' myii/ssf-pre-commit:2.9.2'
2121 entrypoint : ['/bin/bash', '-c']
@@ -142,7 +142,9 @@ rubocop:
142142 # TODO: This should work from the env vars above automatically
143143 - ' bundle config set path "${BUNDLE_CACHE_PATH}"'
144144 - ' bundle config set without "${BUNDLE_WITHOUT}"'
145- - ' bundle install'
145+ - ' bundle update --bundler --conservative'
146+ - ' bundle binstubs bundler --force'
147+ - ' PATH=./bin:"$PATH" bundle install'
146148 script :
147149 - ' bin/kitchen verify default-debian-11-master-py3'
148150# REMOVEME>
You can’t perform that action at this time.
0 commit comments