Browse Source

Fix services names in azure-pipelines

fix/devops-build-error
Miguel Veloso 5 years ago
parent
commit
9436aa24b9
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      build/azure-devops/basket-api/azure-pipelines.yml
  2. +1
    -1
      build/azure-devops/catalog-api/azure-pipelines.yml
  3. +1
    -1
      build/azure-devops/identity-api/azure-pipelines.yml
  4. +1
    -1
      build/azure-devops/location-api/azure-pipelines.yml
  5. +1
    -1
      build/azure-devops/marketing-api/azure-pipelines.yml
  6. +1
    -1
      build/azure-devops/ordering-api/azure-pipelines.yml
  7. +1
    -1
      build/azure-devops/payment-api/azure-pipelines.yml
  8. +1
    -1
      build/azure-devops/webhooks-api/azure-pipelines.yml
  9. +1
    -1
      build/azure-devops/webhooks-client/azure-pipelines.yml

+ 1
- 1
build/azure-devops/basket-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: basket.api
services: basket-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/catalog-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: catalog.api
services: catalog-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/identity-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: identity.api
services: identity-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/location-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: locations.api
services: locations-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/marketing-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: marketing.api
services: marketing-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/ordering-api/azure-pipelines.yml View File

@ -15,7 +15,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: ordering.api
services: ordering-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/payment-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: payment.api
services: payment-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/webhooks-api/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: webhooks.api
services: webhooks-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


+ 1
- 1
build/azure-devops/webhooks-client/azure-pipelines.yml View File

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: webhooks.client
services: webhooks-client
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm


Loading…
Cancel
Save