mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Drone: Ignore failure to publish front-end metrics (#27918)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
05cb049733
commit
7a12094ddc
@ -348,6 +348,7 @@ steps:
|
||||
environment:
|
||||
GRAFANA_MISC_STATS_API_KEY:
|
||||
from_secret: grafana_misc_stats_api_key
|
||||
failure: ignore
|
||||
depends_on:
|
||||
- initialize
|
||||
|
||||
|
@ -478,6 +478,7 @@ def frontend_metrics_step(edition):
|
||||
'from_secret': 'grafana_misc_stats_api_key',
|
||||
},
|
||||
},
|
||||
'failure': 'ignore',
|
||||
'commands': [
|
||||
'./scripts/ci-frontend-metrics.sh | ./bin/grabpl publish-metrics $${GRAFANA_MISC_STATS_API_KEY}',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user