Browse Source

revert

pull/1797/head
Deli Liu 3 years ago
parent
commit
17f9c653e2
1 changed files with 6 additions and 8 deletions
  1. +6
    -8
      build/azure-devops/webspa/azure-pipelines.yml

+ 6
- 8
build/azure-devops/webspa/azure-pipelines.yml View File

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


Loading…
Cancel
Save