From 17f9c653e21286c47801529483c5513a65520cdc Mon Sep 17 00:00:00 2001 From: Deli Liu Date: Wed, 24 Nov 2021 18:50:37 +0800 Subject: [PATCH] revert --- build/azure-devops/webspa/azure-pipelines.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build/azure-devops/webspa/azure-pipelines.yml b/build/azure-devops/webspa/azure-pipelines.yml index c94d51684..442a995ca 100644 --- a/build/azure-devops/webspa/azure-pipelines.yml +++ b/build/azure-devops/webspa/azure-pipelines.yml @@ -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