Skip to content

Commit 872b4f8

Browse files
committed
Path
1 parent c161f55 commit 872b4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/new_pipelines/azure-pr-blue-green-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extends:
2525
jinja_templates:
2626
DOMAIN_ENDPOINT: https://green.imms.int.vds.platform.nhs.uk
2727
post_deploy:
28-
- template: ./post-apigee-deployment.yml
28+
- template: ./new_pipelines/post-apigee-deployment.yml
2929
parameters:
3030
tf_dir: terraform_old
3131
tf_environment: green

azure/new_pipelines/post-apigee-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
displayName: Setup pytests
3434
condition: eq(1,2)
3535
36-
- template: ./aws-assume-role-new-int.yml
36+
- template: ./new_pipelines/aws-assume-role-new-int.yml
3737
parameters:
3838
role: "auto-ops"
3939
profile: "apim-dev" # centralise

0 commit comments

Comments
 (0)