From 06dceb577b1a732a7964dec69d99de22cdcf6187 Mon Sep 17 00:00:00 2001 From: selmankoc Date: Fri, 5 May 2023 10:46:39 +0300 Subject: [PATCH] Update build-push.yaml --- etc/azure/build-push.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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