CI: silence git branch during cleanup of txcheck

This commit is contained in:
Adriaan de Groot 2019-11-21 14:23:46 +01:00
parent a0556d1dd7
commit d3cc4ec395

View File

@ -65,6 +65,6 @@ fi
# Cleanup artifacs of checking
git worktree remove --force build-txcheck-head
git worktree remove --force build-txcheck-prev
git branch -D build-txcheck-head
git branch -D build-txcheck-head > /dev/null 2>&1
exit 0