Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jan 4, 2024
1 parent 5071496 commit 3d1d555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3d1d555

Please sign in to comment.