From 994eee677e75016522bd7e3fd4c786b6c53e3202 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 6 Mar 2021 19:56:09 +0100 Subject: [PATCH] Removed logic for copying the status badge images - it is now done in the event hook --- 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 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