chore(gitlab): fix(ci) - show error message
This commit is contained in:
parent
32be172a86
commit
92f3d08512
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue