From 92f3d0851209c2e16ca4bd466ff452047be347dd Mon Sep 17 00:00:00 2001 From: genofire Date: Thu, 26 May 2022 15:16:04 +0200 Subject: [PATCH] chore(gitlab): fix(ci) - show error message --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c70963..9c29971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ before_script: - cd "gluon" - env - make update V=s - - make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse + - make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse || make --jobs=1 --output-sync=recurse V=sc ###