Skip to content

Commit

Permalink
Update bash-cache to version 2.8.0
Browse files Browse the repository at this point in the history
This version includes a fix that allows us to remove all the
`gem install bundler` workarounds.
  • Loading branch information
mokagio committed Oct 4, 2022
1 parent be2ac05 commit 3f4a90d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Nodes with values to reuse in the pipeline.
common_params:
plugins: &common_plugins
- &bash_cache automattic/bash-cache#2.6.0
- &bash_cache automattic/bash-cache#2.8.0
env: &common_env
IMAGE_ID: xcode-13.4.1

Expand All @@ -12,9 +12,6 @@ steps:
- label: "🧪 Build and Test"
key: "test"
command: |
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
gem install bundler
build_and_test_pod
env: *common_env
plugins: *common_plugins
Expand All @@ -25,9 +22,6 @@ steps:
- label: "🔬 Validate Podspec"
key: "validate"
command: |
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
gem install bundler
validate_podspec
env: *common_env
plugins: *common_plugins
Expand All @@ -38,9 +32,6 @@ steps:
- label: "🧹 Lint"
key: "lint"
command: |
# See https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
gem install bundler
lint_pod
env: *common_env
plugins: *common_plugins
Expand Down
1 change: 0 additions & 1 deletion .buildkite/publish-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ SPECS_REPO="[email protected]:wordpress-mobile/cocoapods-specs.git"
SLACK_WEBHOOK=$PODS_SLACK_WEBHOOK

echo "--- :rubygems: Setting up Gems"
gem install bundler
install_gems

echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
Expand Down

0 comments on commit 3f4a90d

Please sign in to comment.