CI: Make --grafana-repo configurable via GRAFANA_REPO (#80378)

Make --grafana-repo configurable via GRAFANA_REPO
This commit is contained in:
Kevin Minehart
2024-01-11 09:53:02 -06:00
committed by GitHub
parent 741a5a1a26
commit 95a9074ad4
2 changed files with 3 additions and 2 deletions

View File

@@ -369,6 +369,7 @@ def rgm_promotion_pipeline():
"-a $${ARTIFACTS} " +
"--grafana-ref=$${GRAFANA_REF} " +
"--enterprise-ref=$${ENTERPRISE_REF} " +
"--grafana-repo=$${GRAFANA_REPO} " +
"--version=$${VERSION} ",
],
"environment": rgm_env_secrets(env),