mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:22:51 +08:00
* 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:
@ -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:
|
||||
|
Reference in New Issue
Block a user