We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a904b51 commit 303748cCopy full SHA for 303748c
.github/workflows/deploy.yml
@@ -143,7 +143,7 @@ jobs:
143
gptModelCapacity=1 \
144
createdBy="Pipeline" \
145
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
146
- --output json
+ --output none || { echo "Deployment failed"; exit 1; }
147
148
- name: Extract Web App and API App URLs
149
id: get_output
0 commit comments