mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Fix variable
This commit is contained in:
parent
77e7f8575d
commit
75f8dddf88
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ stages:
|
|||
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/$(Build.RepositoryId)/_build/results?buildId=$(Build.BuildId)&view=results"}' -X POST "$(MATTERMOST_URL)/api/v4/posts"
|
||||
curl -i -H "Authorization: Bearer $(MATTERMOST_TOKEN)" --data '{"channel_id":"$(MATTERMOST_CHANNEL_ID)","message":"Build has failed: https://dev.azure.com/$(Build.Repository.ID)/_build/results?buildId=$(Build.BuildId)&view=results"}' -X POST "$(MATTERMOST_URL)/api/v4/posts"
|
||||
condition: failed()
|
||||
|
|
|
|||
Loading…
Reference in a new issue