From 282b57ef932e2cb97e4a3faafee4e3d5a53e0c9e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Thu, 15 Feb 2024 10:10:51 +0100 Subject: [PATCH] Revert "Add `git-cache-plugin` to CI steps that were missing it" --- .buildkite/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ec2aa17ec3..1f3777fb21 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -54,7 +54,6 @@ steps: plugins: - *nvm_plugin - *ci_toolkit_plugin - - *git-cache-plugin agents: queue: android command: .buildkite/commands/unit-tests-android.sh @@ -72,7 +71,6 @@ steps: plugins: - *nvm_plugin - *ci_toolkit_plugin - - *git-cache-plugin agents: queue: android command: .buildkite/commands/unit-tests-ios.sh