Browse Source

Updated path to job template

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
abbaddd54b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      deploy/aro/mobileshoppingapigw/azure-pipelines.yml
  2. +1
    -1
      deploy/aro/webmarketingapigw/azure-pipelines.yml
  3. +1
    -1
      deploy/aro/webshoppingapigw/azure-pipelines.yml

+ 1
- 1
deploy/aro/mobileshoppingapigw/azure-pipelines.yml View File

@ -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'

+ 1
- 1
deploy/aro/webmarketingapigw/azure-pipelines.yml View File

@ -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'

+ 1
- 1
deploy/aro/webshoppingapigw/azure-pipelines.yml View File

@ -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'

Loading…
Cancel
Save