This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
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.7.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.4.1
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
19-
2017 build_and_test_pod
2118 env : *common_env
2219 plugins : *common_plugins
2825 - label : " 🔬 Validate Podspec"
2926 key : " validate"
3027 command : |
31- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
32- gem install bundler
33-
3428 validate_podspec
3529 env : *common_env
3630 plugins : *common_plugins
4236 - label : " 🧹 Lint"
4337 key : " lint"
4438 command : |
45- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
46- gem install bundler
47-
4839 lint_pod
4940 env : *common_env
5041 plugins : *common_plugins
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ PODSPEC_PATH="WPMediaPicker.podspec"
44SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK
55
66echo " --- :rubygems: Setting up Gems"
7- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
8- gem install bundler
9-
107install_gems
118
129echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
You can’t perform that action at this time.
0 commit comments