From 2973228f771513c7f257c2c45966b3ebffba030e Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 5 Oct 2020 17:31:11 +0200 Subject: [PATCH] signature check: report to Slack (#7568) If a tree falls in the forest and all that. CHANGELOG_BEGIN CHANGELOG_END --- ci/bash-lib.yml | 1 + ci/cron/daily-compat.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/bash-lib.yml b/ci/bash-lib.yml index 169c6dde14..964a49538d 100644 --- a/ci/bash-lib.yml +++ b/ci/bash-lib.yml @@ -100,3 +100,4 @@ steps: } END echo "##vso[task.setvariable variable=${{parameters.var_name}}]$TMP" + displayName: install Bash lib diff --git a/ci/cron/daily-compat.yml b/ci/cron/daily-compat.yml index 402c818725..720c5a1f0d 100644 --- a/ci/cron/daily-compat.yml +++ b/ci/cron/daily-compat.yml @@ -234,3 +234,4 @@ jobs: displayName: check releases env: GCRED: $(GOOGLE_APPLICATION_CREDENTIALS_CONTENT) + - template: ../daily_tell_slack.yml