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