From e71eb133860c4cdf672b6bfefc6005fc784ff2f1 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 7 Sep 2020 18:39:47 +0200 Subject: [PATCH] scripts/ci-frontend-metrics.sh: Fix execution (#27434) * scripts/ci-frontend-metrics.sh: Fix execution Signed-off-by: Arve Knudsen --- scripts/ci-frontend-metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-frontend-metrics.sh b/scripts/ci-frontend-metrics.sh index f347f123b69..7d0cdfec89c 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -eo pipefail +set -e echo -e "Collecting code stats (typescript errors & more)"