Change check in "compile_finish" for fail, as pipeline is still running
This commit is contained in:
parent
05eab9976b
commit
d83d8f7049
@ -75,6 +75,6 @@ finish:
|
||||
- ./compile_finish.sh $CI_JOB_STATUS
|
||||
artifacts:
|
||||
paths:
|
||||
- release/*.svg
|
||||
- release/build.svg
|
||||
dependencies:
|
||||
- isogen
|
@ -3,7 +3,7 @@ echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
echo $1
|
||||
if [ "$1" != "success" ]
|
||||
if [ "$1" == "failed" ]
|
||||
then
|
||||
echo "Errors Occurred, please review."
|
||||
wget -q https://img.shields.io/badge/build-failed-red.svg -O release/build.svg 2>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user