From 3d1d5554b7b242b214c48708fc4bd0b38f704b5a Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:09:05 +0000 Subject: [PATCH] Fix script name --- .circleci/continue-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 62c6c53e..2275bd2b 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -56,7 +56,7 @@ jobs: name: Setup GCS command: | echo ${gcs_content} > ../gcs.data - ../devtools/gcs_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download + ../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download - run: name: "build and test" command: | @@ -95,7 +95,7 @@ jobs: name: Setup GCS command: | echo ${gcs_content} > ../gcs.data - ../devtools/gcs_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download + ../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download - run: name: "build and test" command: |