diff --git a/tasks/acs-ci-nightly/workflow/preflight.yaml b/tasks/acs-ci-nightly/workflow/preflight.yaml index 8762ae4..ea07b6a 100644 --- a/tasks/acs-ci-nightly/workflow/preflight.yaml +++ b/tasks/acs-ci-nightly/workflow/preflight.yaml @@ -50,8 +50,8 @@ agent: fi echo - echo "GCS: gcloud storage ls gs://$GCS_BUCKET" - if timeout 30s gcloud storage ls "gs://$GCS_BUCKET" \ + echo "GCS: /opt/google-cloud-sdk/bin/gcloud storage ls gs://$GCS_BUCKET" + if timeout 30s /opt/google-cloud-sdk/bin/gcloud storage ls "gs://$GCS_BUCKET" \ >/dev/null 2>"$gcs_error"; then echo "GCS: PASS" else