From bab1cd43b65c0e8f3ab463b687206a830f8dfb6a Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 27 Nov 2023 14:08:07 +0100 Subject: [PATCH] cron/canton3: build with current main (#17920) --- azure-cron.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-cron.yml b/azure-cron.yml index 88b476e8b4..a400140b89 100644 --- a/azure-cron.yml +++ b/azure-cron.yml @@ -219,7 +219,10 @@ jobs: demands: assignment -equals default steps: - checkout: self - - bash: ci/build-canton-3x.sh + - bash: | + set -euo pipefail + git pull + ci/build-canton-3x.sh env: GITHUB_TOKEN: $(CANTON_READONLY_TOKEN) - template: ci/tell-slack-failed.yml