Skip to content

Commit

Permalink
Apply Tony’s CocoaPods fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Dec 19, 2023
1 parent 71a459e commit 5f76bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
9 changes: 2 additions & 7 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
- automattic/a8c-ci-toolkit#2.13.0
- automattic/a8c-ci-toolkit#3.0.1
# Common environment values to use with the `env` key.
env: &common_env
IMAGE_ID: xcode-15.0.1
Expand All @@ -24,12 +24,7 @@ steps:
- label: "🔬 Validate Podspecs"
key: "validate"
command: |
# validate_podspec
echo '+++ ⚠️ validate_podspec was bypassed ⚠️'
# post a message in the logs
cat .buildkite/validate_podspec_annotation.md
# and also as an annotation
cat .buildkite/validate_podspec_annotation.md | buildkite-agent annotate --style 'warning'
validate_podspec --patch-cocoapods
env: *common_env
plugins: *common_plugins
agents:
Expand Down
8 changes: 0 additions & 8 deletions .buildkite/validate_podspec_annotation.md

This file was deleted.

0 comments on commit 5f76bb3

Please sign in to comment.