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
+2 -2
View File
@@ -4400,7 +4400,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:
@@ -6826,6 +6826,6 @@ kind: secret
name: delivery-bot-app-private-key
---
kind: signature
hmac: f7981ec8d7c5b485400bc8c2793d6b11b24006ff6961923a95caf09ca9023b51
hmac: e6a04180fd41447b22ecc28d962de85fa87ed808aec2aa007c023e148654572e
...
+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(