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:
Arve Knudsen 2020-09-07 18:39:47 +02:00 committed by GitHub
parent 9acb99904a
commit e71eb13386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
set -e
echo -e "Collecting code stats (typescript errors & more)"