File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Nodes with values to reuse in the pipeline.
2
2
common_params :
3
3
plugins : &common_plugins
4
- - &bash_cache automattic/bash-cache#2.7.0: ~
4
+ - &bash_cache automattic/bash-cache#2.8.0
5
5
# Common environment values to use with the `env` key.
6
6
env : &common_env
7
7
IMAGE_ID : xcode-13.4.1
14
14
- label : " 🧪 Build and Test"
15
15
key : " test"
16
16
command : |
17
- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
18
- gem install bundler
19
-
20
17
build_and_test_pod
21
18
env : *common_env
22
19
plugins : *common_plugins
28
25
- label : " 🔬 Validate Podspec"
29
26
key : " validate"
30
27
command : |
31
- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
32
- gem install bundler
33
-
34
28
validate_podspec
35
29
env : *common_env
36
30
plugins : *common_plugins
42
36
- label : " 🧹 Lint"
43
37
key : " lint"
44
38
command : |
45
- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
46
- gem install bundler
47
-
48
39
lint_pod
49
40
env : *common_env
50
41
plugins : *common_plugins
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ PODSPEC_PATH="WPMediaPicker.podspec"
4
4
SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK
5
5
6
6
echo " --- :rubygems: Setting up Gems"
7
- # See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
8
- gem install bundler
9
-
10
7
install_gems
11
8
12
9
echo " --- :cocoapods: Publishing Pod to CocoaPods CDN"
You can’t perform that action at this time.
0 commit comments