Removed logic for copying the status badge images - it is now done in the event hook

This commit is contained in:
Fabio Manganiello 2021-03-06 19:56:09 +01:00
parent dc2583e525
commit 994eee677e
1 changed files with 0 additions and 2 deletions

View File

@ -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