Bug 1530825 [wpt PR 15519] - [Azure Pipelines] POST to the /api/checks/azure/1234 endpoint, a=testonly

Automatic update from web-platform-tests
[Azure Pipelines] POST to the /api/checks/azure/1234 endpoint (#15519)

This regressed in https://github.com/web-platform-tests/wpt/pull/15384.
--

wpt-commits: 8d7111a760e99de3e6fd87e0914c60df98836e38
wpt-pr: 15519
This commit is contained in:
Philip Jägenstedt 2019-03-06 12:35:21 +00:00 committed by James Graham
parent 16af648cf2
commit 3741ed0be7

View File

@ -12,7 +12,7 @@ jobs:
pool:
vmImage: 'ubuntu-16.04'
steps:
- script: curl -s -S https://wpt.fyi/api/checks/azure/$(Build.BuildId)?artifact=${{ parameters.artifactName }}
- script: curl -s -S -X POST https://wpt.fyi/api/checks/azure/$(Build.BuildId)?artifact=${{ parameters.artifactName }}
displayName: 'Invoke wpt.fyi hook'
- script: curl -s -S https://staging.wpt.fyi/api/checks/azure/$(Build.BuildId)?artifact=${{ parameters.artifactName }}
- script: curl -s -S -X POST https://staging.wpt.fyi/api/checks/azure/$(Build.BuildId)?artifact=${{ parameters.artifactName }}
displayName: 'Invoke staging.wpt.fyi hook'