mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Get env
This commit is contained in:
parent
e877c9cd42
commit
b553a7eccc
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue