null?
This commit is contained in:
parent
2658991dd7
commit
a30ef20551
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-deploy-nonprod.yml
vendored
2
.github/workflows/api-deploy-nonprod.yml
vendored
|
|
@ -108,6 +108,6 @@ jobs:
|
|||
-X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"buildType": {"id": "${{ secrets.TEAMCITY_API_ID }}"}}' \
|
||||
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue?fields=build(state)"
|
||||
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" > /dev/null
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue