Drone: Ignore failure to publish front-end metrics (#27918)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-09-30 09:23:48 +02:00
committed by GitHub
parent 05cb049733
commit 7a12094ddc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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}',
],