This commit is contained in:
Adrien Ferrand 2020-04-26 16:50:22 +02:00
parent e877c9cd42
commit b553a7eccc

View file

@ -4,4 +4,5 @@ jobs:
vmImage: ubuntu-latest
steps:
- bash: |
env
curl -i -H "Authorization: Bearer $(MATTERMOST_TOKEN)" --data '{"channel_id":"$(MATTERMOST_CHANNEL_ID)","message":"Build has failed: https://dev.azure.com/adferrand/certbot/_build/results?buildId=$(Build.BuildId)&view=results"}' -X POST "$(MATTERMOST_URL)/api/v4/posts"