From e0526bfbb672af11bcba479a4553bc283530082b Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 6 Mar 2023 21:09:53 +1100 Subject: [PATCH 1/2] Point `bash-cache` plugin to new `a8c-ci-toolkit` location While I was at it, I also updated the version to the latest, 2.13.0. This was done via: ``` find . -type f -name "*.yml" -exec sed -i '' 's/automattic\/bash-cache#[0-9.]\{1,\}/automattic\/a8c-ci-toolkit#2.13.0/g' {} + ``` --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2934c4927..ddf329dd6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - &bash_cache automattic/bash-cache#2.8.0 + - &bash_cache automattic/a8c-ci-toolkit#2.13.0 # Common environment values to use with the `env` key. env: &common_env IMAGE_ID: xcode-13 From 59d5090e7deab4c3315ddabc42ee6126280aaee6 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 6 Mar 2023 21:10:15 +1100 Subject: [PATCH 2/2] Remove unused YAML anchor and fix indentation in pipeline --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ddf329dd6..b19eab5c6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - &bash_cache automattic/a8c-ci-toolkit#2.13.0 + - automattic/a8c-ci-toolkit#2.13.0 # Common environment values to use with the `env` key. env: &common_env IMAGE_ID: xcode-13