From 0d287e2412f574b3f8c7ab14ffd4272766e7ae10 Mon Sep 17 00:00:00 2001 From: uglyscorpio Date: Wed, 24 Nov 2021 23:43:17 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- build/azure-devops/webspa/azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/azure-devops/webspa/azure-pipelines.yml b/build/azure-devops/webspa/azure-pipelines.yml index 442a995ca..a38768012 100644 --- a/build/azure-devops/webspa/azure-pipelines.yml +++ b/build/azure-devops/webspa/azure-pipelines.yml @@ -19,8 +19,8 @@ jobs: registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm -- template: ../multiarch.yaml - parameters: - image: webspa - branch: $(Build.SourceBranchName) - registryEndpoint: $(registryEndpoint) \ No newline at end of file +# - template: ../multiarch.yaml +# parameters: +# image: webspa +# branch: $(Build.SourceBranchName) +# registryEndpoint: $(registryEndpoint) \ No newline at end of file