Another test
This commit is contained in:
parent
d83d8f7049
commit
5431eaabeb
@ -1,11 +1,3 @@
|
||||
.after_script:
|
||||
script:
|
||||
- chmod +x ./compile_check.sh
|
||||
- ./compile_check.sh $CI_JOB_STATUS
|
||||
artifacts:
|
||||
paths:
|
||||
- release/*.svg
|
||||
|
||||
stages:
|
||||
- chmod
|
||||
- compile_stub
|
||||
@ -70,6 +62,7 @@ isogen:
|
||||
|
||||
finish:
|
||||
stage: finish
|
||||
when: always
|
||||
script:
|
||||
- chmod +x ./compile_finish.sh
|
||||
- ./compile_finish.sh $CI_JOB_STATUS
|
||||
|
@ -1,12 +0,0 @@
|
||||
#/bin/sh
|
||||
echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
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
|
||||
echo " "
|
||||
echo "======================="
|
||||
exit 1
|
||||
fi
|
@ -2,7 +2,6 @@
|
||||
echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
echo $1
|
||||
if [ "$1" == "failed" ]
|
||||
then
|
||||
echo "Errors Occurred, please review."
|
||||
|
Loading…
x
Reference in New Issue
Block a user