From 1cd3b5716fa8ebb021e54b71bff2615111795ddc Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 6 Sep 2024 12:21:11 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 386d37f37..888ca4143 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -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