From ede09a329735c20a55be39f6f96b90471b9ad9ae Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 27 Feb 2024 16:56:21 +0000 Subject: [PATCH] Temporarily removing post deploy steps --- azure/azure-release-pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure/azure-release-pipeline.yml b/azure/azure-release-pipeline.yml index 92c6869..1f52572 100644 --- a/azure/azure-release-pipeline.yml +++ b/azure/azure-release-pipeline.yml @@ -57,13 +57,13 @@ extends: - template: ./templates/run-tests.yml - environment: sandbox proxy_path: sandbox - post_deploy: - - template: ./templates/run-tests.yml + # post_deploy: + # - template: ./templates/run-tests.yml - environment: int depends_on: - internal_qa - internal_qa_sandbox - post_deploy: - - template: ./templates/run-tests.yml - parameters: - full: true + # post_deploy: + # - template: ./templates/run-tests.yml + # parameters: + # full: true