Export doesn't work in this context

This commit is contained in:
Fabio Manganiello 2021-09-20 00:13:56 +02:00
parent a0fae2f0b1
commit 2175a6baf5
1 changed files with 0 additions and 2 deletions

View File

@ -50,10 +50,8 @@ cleanup
if [[ $ret == 0 ]]; then
echo "Status: PASSED"
export CI_PASSED=1
else
echo "Status: FAILED"
export CI_PASSED=0
fi
exit $ret