diff --git a/VERSION b/VERSION index 512a1fa..5ed5faa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.9 +1.1.10 diff --git a/build.yaml b/build.yaml index a9f060e..180762a 100644 --- a/build.yaml +++ b/build.yaml @@ -288,12 +288,12 @@ jobs: continueOnError: true condition: and(succeeded(), eq(variables.releaseExists, false)) +- ${{ if eq(${{ parameters.hasSecureHelmValuesFile }}, true) }}: - task: DownloadSecureFile@1 displayName: Download Helm values file name: helmValuesFile inputs: secureFile: $(repo)-values.yaml - condition: and(succeeded(), eq(${{ parameters.hasSecureHelmValuesFile }}, true)) - task: CopyFilesOverSSH@0 displayName: Copy values file