Skip to content

Commit

Permalink
Temporarily removing post deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-young-12-nhs committed Feb 27, 2024
1 parent cbfa935 commit ede09a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure/azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ede09a3

Please sign in to comment.