CI: Fix frontend-metrics-step (attempt #1) (#74838)

* use grafana/public instead

* parameterise script (still need to fix + run drone locally)

* make drone

---------

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Kevin Minehart
2023-09-14 08:48:31 -05:00
committed by GitHub
parent af392c5886
commit 84d35e9f0b
3 changed files with 12 additions and 6 deletions

View File

@ -633,8 +633,8 @@ def frontend_metrics_step(trigger = None):
},
"failure": "ignore",
"commands": [
"apk add --update bash grep",
"./scripts/ci-frontend-metrics.sh | ./bin/build publish-metrics $$GRAFANA_MISC_STATS_API_KEY",
"apk add --update bash grep git",
"./scripts/ci-frontend-metrics.sh ./grafana/public/build | ./bin/build publish-metrics $$GRAFANA_MISC_STATS_API_KEY",
],
}
if trigger: