Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Sep 6, 2024
1 parent a8ac906 commit 1cd3b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--template-file infra/main.bicep \
--parameters environmentName=pslautomation2 location=eastus2 \
# --query "{status:properties.provisioningState, error:properties.error.message}" \
--output json 2>&1)
2>&1)
# Check if the command was successful
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 1cd3b57

Please sign in to comment.