diff --git a/ci/txcheck.sh b/ci/txcheck.sh index 1fe01c477..be984d22d 100644 --- a/ci/txcheck.sh +++ b/ci/txcheck.sh @@ -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