diff --git a/etc/azure/build-push.yaml b/etc/azure/build-push.yaml index 258d47d..65ff79b 100644 --- a/etc/azure/build-push.yaml +++ b/etc/azure/build-push.yaml @@ -45,8 +45,8 @@ steps: sed -i "s/eventHubImageVersion: latest/eventHubImageVersion: $(tag)/" etc/k8s/helm-chart/eventhub/values.azure.yaml - task: PublishPipelineArtifact@1 - inputs: - targetPath: '$(buildContextBasePath)/etc/k8s/helm-chart/eventhub' - artifact: helm - publishLocation: pipeline + inputs: + targetPath: '$(buildContextBasePath)/etc/k8s/helm-chart/eventhub' + artifact: helm + publishLocation: pipeline