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