Skip to content

Commit 911ecdf

Browse files
committed
fix template path
1 parent 8ce2958 commit 911ecdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines/infrastructure/configure-aks-cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variables:
2626
value: 'false'
2727

2828
stages:
29-
- template: templates/configure-cluster-stages.yml
29+
- template: ../templates/configure-cluster-stages.yml
3030
parameters:
3131
vmImage: windows-latest
3232
environment: aks

azure-pipelines/infrastructure/terraform-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variables:
2828
value: "Terraform_Apply_AKS_Cluster"
2929

3030
stages:
31-
- template: templates/terraform-plan-stages.yml
31+
- template: ../templates/terraform-plan-stages.yml
3232
parameters:
3333
stageName: ${{ variables.planStageName }}
3434
VmImage: windows-latest

azure-pipelines/infrastructure/terraform-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variables:
2323
value: "Terraform_Apply_Destroy_AKS_Cluster"
2424

2525
stages:
26-
- template: templates/terraform-plan-stages.yml
26+
- template: ../templates/terraform-plan-stages.yml
2727
parameters:
2828
stageName: ${{ variables.planStageName }}
2929
VmImage: windows-latest

0 commit comments

Comments
 (0)