fix verify_release_pipeline script execution (#69191)

* fix verify_release_pipeline script execution

* forgot to run make drone
This commit is contained in:
Ricky Whitaker
2023-05-26 14:54:57 -05:00
committed by GitHub
parent 731efdf7f4
commit 68fe1e1cb0
2 changed files with 4 additions and 4 deletions

View File

@@ -826,7 +826,7 @@ def verify_release_pipeline(
"apt-get update && apt-get install -yq gettext",
"printenv GCP_KEY | base64 -d > /tmp/key.json",
"gcloud auth activate-service-account --key-file=/tmp/key.json",
"VERSION={} ./scripts/list-release-artifacts.sh | xargs -n1 gsutil stat".format(version),
"./scripts/list-release-artifacts.sh {} | xargs -n1 gsutil stat".format(version),
],
}
return pipeline(