From d653751471c6eec2115517a420e4427abf081f4c Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Mon, 27 Jun 2022 14:01:31 -0700 Subject: [PATCH] Remove echo from cleanup (#60) --- azure-pipelines/PR-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/PR-pipeline.yml b/azure-pipelines/PR-pipeline.yml index 13991af..e1efbd3 100644 --- a/azure-pipelines/PR-pipeline.yml +++ b/azure-pipelines/PR-pipeline.yml @@ -91,4 +91,4 @@ jobs: inlineScript: | set -e # Cleanup the resources - echo $(System.DefaultWorkingDirectory)/deploy/cleanup.sh ${ENV_CODE} ${CI_BATCH_ACCOUNT_NAME} + $(System.DefaultWorkingDirectory)/deploy/cleanup.sh ${ENV_CODE} ${CI_BATCH_ACCOUNT_NAME}