Skip to content

Commit 9768290

Browse files
authored
fix(acs-ci): use absolute gcloud path (#218)
1 parent 7a91533 commit 9768290

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/acs-ci-nightly/workflow/preflight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ agent:
5050
fi
5151
echo
5252
53-
echo "GCS: gcloud storage ls gs://$GCS_BUCKET"
54-
if timeout 30s gcloud storage ls "gs://$GCS_BUCKET" \
53+
echo "GCS: /opt/google-cloud-sdk/bin/gcloud storage ls gs://$GCS_BUCKET"
54+
if timeout 30s /opt/google-cloud-sdk/bin/gcloud storage ls "gs://$GCS_BUCKET" \
5555
>/dev/null 2>"$gcs_error"; then
5656
echo "GCS: PASS"
5757
else

0 commit comments

Comments
 (0)