Skip to content

Commit 229b640

Browse files
committed
Merge branch 'fix/devops-build-error' into dev
2 parents 33c8cc2 + 9436aa2 commit 229b640

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

build/azure-devops/basket-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: basket.api
16+
services: basket-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/catalog-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: catalog.api
16+
services: catalog-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/identity-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: identity.api
16+
services: identity-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/location-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: locations.api
16+
services: locations-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/marketing-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: marketing.api
16+
services: marketing-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/ordering-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trigger:
1515
jobs:
1616
- template: ../buildimages.yaml
1717
parameters:
18-
services: ordering.api
18+
services: ordering-api
1919
registryEndpoint: $(registryEndpoint)
2020
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
2121
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/payment-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: payment.api
16+
services: payment-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/webhooks-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: webhooks.api
16+
services: webhooks-api
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

build/azure-devops/webhooks-client/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
jobs:
1414
- template: ../buildimages.yaml
1515
parameters:
16-
services: webhooks.client
16+
services: webhooks-client
1717
registryEndpoint: $(registryEndpoint)
1818
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
1919
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

0 commit comments

Comments
 (0)