diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index 618c516..d2a51cf 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" - cp ./img/passed.svg ./img/status.svg else echo "Status: FAILED" - cp ./img/failed.svg ./img/status.svg fi exit $ret