Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/acs-ci-nightly/workflow/preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading