Exposing a CI_PASSED environment variable
This commit is contained in:
parent
1eed63a612
commit
a0fae2f0b1
1 changed files with 2 additions and 0 deletions
|
@ -50,8 +50,10 @@ cleanup
|
||||||
|
|
||||||
if [[ $ret == 0 ]]; then
|
if [[ $ret == 0 ]]; then
|
||||||
echo "Status: PASSED"
|
echo "Status: PASSED"
|
||||||
|
export CI_PASSED=1
|
||||||
else
|
else
|
||||||
echo "Status: FAILED"
|
echo "Status: FAILED"
|
||||||
|
export CI_PASSED=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $ret
|
exit $ret
|
||||||
|
|
Loading…
Reference in a new issue