mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
CI: silence git branch during cleanup of txcheck
This commit is contained in:
parent
a0556d1dd7
commit
d3cc4ec395
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue