Skip to content

Commit 3094107

Browse files
committed
Pin Bundler to 2.5.23 in CI pipeline to avoid >=2.6.x git cache bug
1 parent ad91e3a commit 3094107

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.expeditor/verify.pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ steps:
143143
- gem install bundler -v 2.5.23
144144
- gem uninstall bundler -v '!= 2.5.23' -a
145145
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
146-
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
146+
- bundle _2.5.23_ install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
147147
- cd /workdir/oc-chef-pedant
148-
- bundle exec rake chef_zero_spec
148+
- bundle _2.5.23_ exec rake chef_zero_spec
149149
expeditor:
150150
executor:
151151
docker:
@@ -164,9 +164,9 @@ steps:
164164
- gem install bundler -v 2.5.23
165165
- gem uninstall bundler -v '!= 2.5.23' -a
166166
- cp scripts/bk_tests/chef_zero-Gemfile oc-chef-pedant/Gemfile
167-
- bundle install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
167+
- bundle _2.5.23_ install --jobs=3 --retry=3 --path=/workdir/vendor/bundle
168168
- cd /workdir/oc-chef-pedant
169-
- bundle exec rake chef_zero_spec
169+
- bundle _2.5.23_ exec rake chef_zero_spec
170170
expeditor:
171171
executor:
172172
docker:

0 commit comments

Comments
 (0)