Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit fd1fa22

Browse files
committed
updated build def for webspa, mvc & status
1 parent 19755bd commit fd1fa22

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/azure-devops/webmvc/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: webmvc
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: webmvc

build/azure-devops/webspa/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: webspa
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: webspa

build/azure-devops/webstatus/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: webstatus
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: webstatus

0 commit comments

Comments
 (0)