daily ci: remove debug output (#8255)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2020-12-11 13:09:29 +01:00 committed by GitHub
parent 5c077a4550
commit 917ffe8c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,6 @@ steps:
MESSAGE="${{ parameters['success-message'] }}"
fi
PAYLOAD="{\"text\":$MESSAGE}"
echo curl -XPOST \
-i \
-H 'Content-type: application/json' \
--data "$PAYLOAD" \
Slack.team-daml
if [ "$(Build.SourceBranchName)" = "master" ]; then
curl -XPOST \
-i \