1 parent 7a91533 commit 9768290Copy full SHA for 9768290
1 file changed
tasks/acs-ci-nightly/workflow/preflight.yaml
@@ -50,8 +50,8 @@ agent:
50
fi
51
echo
52
53
- echo "GCS: gcloud storage ls gs://$GCS_BUCKET"
54
- 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" \
55
>/dev/null 2>"$gcs_error"; then
56
echo "GCS: PASS"
57
else
0 commit comments