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.
cache-builder.yml
2 parents cf998d5 + c585f51 commit ecef425Copy full SHA for ecef425
1 file changed
.buildkite/cache-builder.yml
@@ -26,6 +26,9 @@ steps:
26
- label: ":cocoapods: Rebuild CocoaPods cache"
27
command: |
28
echo "--- :rubygems: Setting up Gems"
29
+ # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
30
+ gem install bundler:2.3.6
31
+
32
install_gems
33
34
echo "--- :cocoapods: Rebuilding Pod Cache"
0 commit comments