From d3cc4ec395d0cf89ca957ba2b6afbc91ae3d17ac Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 21 Nov 2019 14:23:46 +0100 Subject: [PATCH] CI: silence git branch during cleanup of txcheck --- ci/txcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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