Skip to content

Commit

Permalink
Add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 30, 2022
1 parent 35fae87 commit 71dc226
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3
1.1.4
3 changes: 2 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ jobs:
runOptions: inline
inline: |
helm repo update
helm upgrade --install --namespace ${{ parameters.namespace }} ${{ parameters.repo }} --atomic lynxmagnus/${{ parameters.repo }} --version $(version) --create-namespace
echo "helm upgrade --install --namespace ${{ parameters.namespace }} -f $(helmValuesFile.secureFilePath) ${{ parameters.repo }} --atomic lynxmagnus/${{ parameters.repo }} --version $(version) --create-namespace"
helm upgrade --install --namespace ${{ parameters.namespace }} -f $(helmValuesFile.secureFilePath) ${{ parameters.repo }} --atomic lynxmagnus/${{ parameters.repo }} --version $(version) --create-namespace
condition: and(succeeded(), eq(${{ parameters.hasSecureHelmValuesFile }}, true), eq(${{ parameters.deploy }}, true))

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 71dc226

Please sign in to comment.