Export doesn't work in this context
This commit is contained in:
parent
a0fae2f0b1
commit
2175a6baf5
1 changed files with 0 additions and 2 deletions
|
@ -50,10 +50,8 @@ 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