From f58a6e372952e2e79ac4486a6c37d377871a6e5f Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 17 Sep 2026 11:55:31 -0700 Subject: [PATCH] fix(acs-ci): use absolute gcloud path --- tasks/acs-ci-nightly/workflow/preflight.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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