Skip to content

Commit 3d83647

Browse files
Merge pull request #26 from NHSDigital/NPA-1868-temporarily-removed-post-deploy-steps
Temporarily removing post deploy steps
2 parents cbfa935 + ede09a3 commit 3d83647

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure/azure-release-pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ extends:
5757
- template: ./templates/run-tests.yml
5858
- environment: sandbox
5959
proxy_path: sandbox
60-
post_deploy:
61-
- template: ./templates/run-tests.yml
60+
# post_deploy:
61+
# - template: ./templates/run-tests.yml
6262
- environment: int
6363
depends_on:
6464
- internal_qa
6565
- internal_qa_sandbox
66-
post_deploy:
67-
- template: ./templates/run-tests.yml
68-
parameters:
69-
full: true
66+
# post_deploy:
67+
# - template: ./templates/run-tests.yml
68+
# parameters:
69+
# full: true

0 commit comments

Comments
 (0)