Backport 69191 to v10.0.x (#69195)

* fix verify_release_pipeline script execution (#69191)

* fix verify_release_pipeline script execution

* forgot to run make drone

(cherry picked from commit 68fe1e1cb0)

* finish resolving merge conflict

* make drone

---------

Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
This commit is contained in:
Ricky Whitaker
2023-05-26 17:14:56 -05:00
committed by GitHub
co-authored by Kevin Minehart
parent 2b9e4b0c15
commit 9710e15316
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -823,7 +823,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(