This commit is contained in:
Deli Liu 2021-11-24 18:50:37 +08:00
parent 4643e233ed
commit 17f9c653e2

View File

@ -3,8 +3,6 @@ variables:
trigger: trigger:
branches: branches:
include: include:
- master
- dev
- local - local
paths: paths:
include: include:
@ -15,12 +13,12 @@ trigger:
- build/azure-devops/webspa/* - build/azure-devops/webspa/*
- deploy/k8s/helm/webspa/* - deploy/k8s/helm/webspa/*
jobs: jobs:
# - template: ../buildimages.yaml - template: ../buildimages.yaml
# parameters: parameters:
# services: webspa services: webspa
# registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
# helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
# helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml - template: ../multiarch.yaml
parameters: parameters:
image: webspa image: webspa