From 67f350694c6a59a453f3425774acfd82e6598d79 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Wed, 12 Aug 2020 10:50:28 +0200 Subject: [PATCH] Fix release cron job (#7095) CI failed because $4 was unset. We explicitly check later if it is set so this is intentional, we just need to actually get to that check and not fail due to set -u. changelog_begin changelog_end --- ci/cron/wednesday.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cron/wednesday.yml b/ci/cron/wednesday.yml index f7a5443e36..7dd1b1de36 100644 --- a/ci/cron/wednesday.yml +++ b/ci/cron/wednesday.yml @@ -42,7 +42,7 @@ jobs: branch=$1 title="$2" body="$3" - out=$4 + out="${4:-}" git branch -D $branch || true git checkout -b $branch git add .