Skip to content

Commit 01c50ce

Browse files
committed
Pipelines path
1 parent 1611de8 commit 01c50ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure/new_pipelines/azure-pr-new-int-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ resources:
88
name: NHSDigital/api-management-utils
99
ref: refs/heads/edge
1010
endpoint: NHSDigital
11-
11+
1212
stages:
1313
- stage: GreenDeploy
1414
displayName: "Deploy to Green"
1515
jobs:
16-
- template: templates/deploy-int-job.yml
16+
- template: ./deploy-int-job.yml
1717
parameters:
1818
tf_environment: green
1919
tf_dir: "terraform_old"
2020
# - stage: BlueDeploy
2121
# displayName: "Deploy to Blue"
2222
# dependsOn: GreenDeploy
2323
# jobs:
24-
# - template: templates/deploy-int-job.yml
24+
# - template: ./deploy-int-job.yml
2525
# parameters:
2626
# tf_environment: blue
2727
# tf_dir: "terraform_old"

0 commit comments

Comments
 (0)