Backport 69191 to v9.5.x (#69196)

* 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:32:30 -05:00
committed by GitHub
co-authored by Kevin Minehart
parent 9d132493d2
commit 25562a0cc1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4329,7 +4329,7 @@ steps:
- 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=${DRONE_TAG} ./scripts/list-release-artifacts.sh | xargs -n1 gsutil stat
- ./scripts/list-release-artifacts.sh ${DRONE_TAG} | xargs -n1 gsutil stat
depends_on:
- clone
environment:
@@ -6689,6 +6689,6 @@ kind: secret
name: delivery-bot-app-private-key
---
kind: signature
hmac: 3170a9a39fffee0135f18d79080794c8b4676a2d03f60026e3091831d7ec042b
hmac: b35552b1742a5615b2a1d0519f7f85fdfb059ee076e146d1ed45b5ccf5a1d3f9
...
+1 -1
View File
@@ -822,7 +822,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(