mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Now use it
This commit is contained in:
parent
e8d05f6f6d
commit
e877c9cd42
1 changed files with 1 additions and 4 deletions
|
|
@ -4,7 +4,4 @@ jobs:
|
|||
vmImage: ubuntu-latest
|
||||
steps:
|
||||
- bash: |
|
||||
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_ID}&view=results\"}" -X POST "${MATTERMOST_URL}/api/v4/posts"
|
||||
env:
|
||||
MATTERMOST_TOKEN: $(MATTERMOST_TOKEN)
|
||||
BUILD_ID: $(Build.BuildId)
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue