From 2175a6baf5e5792e5feffebf5922855e2c6b40ac Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Sep 2021 00:13:56 +0200 Subject: [PATCH] Export doesn't work in this context --- bin/run_ci_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index e380ead..bc0e2e7 100755 --- a/bin/run_ci_tests.sh +++ b/bin/run_ci_tests.sh @@ -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