cron/canton3: build with current main (#17920)

This commit is contained in:
Gary Verhaegen 2023-11-27 14:08:07 +01:00 committed by GitHub
parent 59ebefde3a
commit bab1cd43b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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