diff --git a/azure-build-pipeline.yml b/azure-build-pipeline.yml index a362219..a96f22c 100644 --- a/azure-build-pipeline.yml +++ b/azure-build-pipeline.yml @@ -26,9 +26,6 @@ steps: inputs: helmVersion: 2.11.0 -- bash: helm init --client-only --wait - displayName: 'helm init' - - bash: helm package --version $(build.buildId) --destination $(build.artifactStagingDirectory) $(system.defaultWorkingDirectory)/$(projectName)/charts/$(projectName) displayName: 'helm package'