From 63e1965459bd0397c9c463e50dbaa676b1a748b7 Mon Sep 17 00:00:00 2001 From: John Watson Date: Thu, 3 Nov 2022 20:46:49 +0000 Subject: [PATCH] Update file --- VERSION | 2 +- build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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