From abbaddd54b5143cefb3c7d3f34f267b889e45b22 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 Mar 2020 12:32:40 -0600 Subject: [PATCH] Updated path to job template --- deploy/aro/mobileshoppingapigw/azure-pipelines.yml | 2 +- deploy/aro/webmarketingapigw/azure-pipelines.yml | 2 +- deploy/aro/webshoppingapigw/azure-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/aro/mobileshoppingapigw/azure-pipelines.yml b/deploy/aro/mobileshoppingapigw/azure-pipelines.yml index 06f40f3d0..ed096aa42 100644 --- a/deploy/aro/mobileshoppingapigw/azure-pipelines.yml +++ b/deploy/aro/mobileshoppingapigw/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: SourceImageRegistryProjectName: development EnvironmentName: -dev.msftnbu.com jobs: - - template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml + - template: ../azure-devops-templates/api-gw-deploy.yml parameters: AppName: mobileshoppingapigw AppTitle: 'Mobile Shopping API Gateway' \ No newline at end of file diff --git a/deploy/aro/webmarketingapigw/azure-pipelines.yml b/deploy/aro/webmarketingapigw/azure-pipelines.yml index 3d5c7c580..e27f18b47 100644 --- a/deploy/aro/webmarketingapigw/azure-pipelines.yml +++ b/deploy/aro/webmarketingapigw/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: SourceImageRegistryProjectName: development EnvironmentName: -dev.msftnbu.com jobs: - - template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml + - template: ../azure-devops-templates/api-gw-deploy.yml parameters: AppName: webmarketingapigw AppTitle: 'Web Marketing API Gateway' \ No newline at end of file diff --git a/deploy/aro/webshoppingapigw/azure-pipelines.yml b/deploy/aro/webshoppingapigw/azure-pipelines.yml index ebbfb4e66..27ea3b9b7 100644 --- a/deploy/aro/webshoppingapigw/azure-pipelines.yml +++ b/deploy/aro/webshoppingapigw/azure-pipelines.yml @@ -16,7 +16,7 @@ stages: SourceImageRegistryProjectName: development EnvironmentName: -dev.msftnbu.com jobs: - - template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml + - template: ../azure-devops-templates/api-gw-deploy.yml parameters: AppName: webshoppingapigw AppTitle: 'Web Shopping API Gateway'