CI: silence git branch during cleanup of txcheck
This commit is contained in:
parent
a0556d1dd7
commit
d3cc4ec395
@ -65,6 +65,6 @@ fi
|
|||||||
# Cleanup artifacs of checking
|
# Cleanup artifacs of checking
|
||||||
git worktree remove --force build-txcheck-head
|
git worktree remove --force build-txcheck-head
|
||||||
git worktree remove --force build-txcheck-prev
|
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
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user