chore(gitlab): fix(ci) - show error message

This commit is contained in:
genofire 2022-05-26 15:16:04 +02:00
parent 32be172a86
commit 92f3d08512
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_script:
- cd "gluon" - cd "gluon"
- env - env
- make update V=s - 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
### ###