mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
scripts/ci-frontend-metrics.sh: Fix execution (#27434)
* scripts/ci-frontend-metrics.sh: Fix execution Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
9acb99904a
commit
e71eb13386
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
set -e
|
||||
|
||||
echo -e "Collecting code stats (typescript errors & more)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user