Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Nov 3, 2022
1 parent 06e8d31 commit 63e1965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.9
1.1.10
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63e1965

Please sign in to comment.