Removed logic for copying the status badge images - it is now done in the event hook
This commit is contained in:
parent
dc2583e525
commit
994eee677e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue