File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 11# Nodes with values to reuse in the pipeline.
22common_params :
33 plugins : &common_plugins
4- - &bash_cache automattic/bash-cache#2.0.0: ~
4+ - &bash_cache automattic/bash-cache#2.8.0
55 # Common environment values to use with the `env` key.
66 env : &common_env
77 IMAGE_ID : xcode-13
1414 - label : " 🧪 Build and Test"
1515 key : " test"
1616 command : |
17- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
18- gem install bundler:2.3.4
19-
2017 build_and_test_pod
2118 env : *common_env
2219 plugins : *common_plugins
2724 - label : " 🔬 Validate Podspecs"
2825 key : " validate"
2926 command : |
30- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
31- gem install bundler:2.3.4
32-
3327 validate_podspec
3428 env : *common_env
3529 plugins : *common_plugins
4034 - label : " 🧹 Lint"
4135 key : " lint"
4236 command : |
43- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
44- gem install bundler:2.3.4
45-
4637 lint_pod
4738 env : *common_env
4839 plugins : *common_plugins
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ SPECS_REPO="git@github.com:wordpress-mobile/cocoapods-specs.git"
55SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK
66
77echo " --- :rubygems: Setting up Gems"
8- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
9- gem install bundler:2.3.4
10-
118install_gems
129
1310echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ SPECS_REPO="git@github.com:wordpress-mobile/cocoapods-specs.git"
55SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK
66
77echo " --- :rubygems: Setting up Gems"
8- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
9- gem install bundler:2.3.4
10-
118install_gems
129
1310echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
You can’t perform that action at this time.
0 commit comments