CI: Update RGM and verification pipelines to support prerelease / rc names. (#69971)

* Install bash in RGM and support prerelease names for dev/rpms which use a tilde
This commit is contained in:
Kevin Minehart
2023-06-13 16:40:07 +03:00
committed by GitHub
parent f7c2566fdc
commit 80c8701e80
3 changed files with 41 additions and 32 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def rgm_build(script = "drone_publish_main.sh"):
"image": "golang:1.20.3-alpine",
"commands": [
# the docker program is a requirement for running dagger programs
"apk update && apk add docker",
"apk update && apk add docker bash",
"export GRAFANA_DIR=$$(pwd)",
"cd rgm && ./scripts/{}".format(script),
],