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:
|
stages:
|
||||||
- chmod
|
- chmod
|
||||||
- compile_stub
|
- compile_stub
|
||||||
@ -70,6 +62,7 @@ isogen:
|
|||||||
|
|
||||||
finish:
|
finish:
|
||||||
stage: finish
|
stage: finish
|
||||||
|
when: always
|
||||||
script:
|
script:
|
||||||
- chmod +x ./compile_finish.sh
|
- chmod +x ./compile_finish.sh
|
||||||
- ./compile_finish.sh $CI_JOB_STATUS
|
- ./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 "======================="
|
||||||
echo " "
|
echo " "
|
||||||
echo $1
|
|
||||||
if [ "$1" == "failed" ]
|
if [ "$1" == "failed" ]
|
||||||
then
|
then
|
||||||
echo "Errors Occurred, please review."
|
echo "Errors Occurred, please review."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user