Skip to content

Commit 497dd77

Browse files
authored
Fix path for copying run_zonal_tests.sh to VM
1 parent b1fa4d2 commit 497dd77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storage/cloudbuild/zb-system-tests-cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
sleep 15
9999
done
100100
# copy the script to the VM
101-
gcloud compute scp main/storage/cloudbuild/run_zonal_tests.sh ${_VM_NAME}:~ --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine
101+
gcloud compute scp storage/cloudbuild/run_zonal_tests.sh ${_VM_NAME}:~ --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine
102102
103103
# Execute the script on the VM via SSH.
104104
# Capture the exit code to ensure cleanup happens before the build fails.
@@ -134,4 +134,4 @@ timeout: "3600s" # 60 minutes
134134
options:
135135
logging: CLOUD_LOGGING_ONLY
136136
pool:
137-
name: "projects/${PROJECT_ID}/locations/us-central1/workerPools/cloud-build-worker-pool"
137+
name: "projects/${PROJECT_ID}/locations/us-central1/workerPools/cloud-build-worker-pool"

0 commit comments

Comments
 (0)