diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index bc0e2e7..e380ead 100755 --- a/bin/run_ci_tests.sh +++ b/bin/run_ci_tests.sh @@ -50,8 +50,10 @@ cleanup if [[ $ret == 0 ]]; then echo "Status: PASSED" + export CI_PASSED=1 else echo "Status: FAILED" + export CI_PASSED=0 fi exit $ret