From 8f1fb6d0a1f6c1d822efdc1fa48a91fb692674fe Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 24 Mar 2021 19:38:41 +0100 Subject: [PATCH] fix slack notifs (#9234) Revert change from #9166. CHANGELOG_BEGIN CHANGELOG_END --- ci/bash-lib.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/bash-lib.yml b/ci/bash-lib.yml index c921e34be3..deb631456f 100644 --- a/ci/bash-lib.yml +++ b/ci/bash-lib.yml @@ -152,3 +152,4 @@ steps: END echo "##vso[task.setvariable variable=${{parameters.var_name}}]$TMP" displayName: install Bash lib + condition: always()