More changes for pipeline
This commit is contained in:
parent
ab84c516e2
commit
05eab9976b
@ -1,7 +1,7 @@
|
||||
.after_script:
|
||||
script:
|
||||
- chmod +x ./compile_check.sh
|
||||
- ./compile_check.sh "$CI_JOB_STATUS"
|
||||
- ./compile_check.sh $CI_JOB_STATUS
|
||||
artifacts:
|
||||
paths:
|
||||
- release/*.svg
|
||||
@ -72,7 +72,7 @@ finish:
|
||||
stage: finish
|
||||
script:
|
||||
- chmod +x ./compile_finish.sh
|
||||
- ./compile_finish.sh "$CI_JOB_STATUS"
|
||||
- ./compile_finish.sh $CI_JOB_STATUS
|
||||
artifacts:
|
||||
paths:
|
||||
- release/*.svg
|
||||
|
@ -2,6 +2,7 @@
|
||||
echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
echo $1
|
||||
if [ "$1" != "success" ]
|
||||
then
|
||||
echo "Errors Occurred, please review."
|
||||
|
Loading…
x
Reference in New Issue
Block a user