Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Nov 17, 2022
1 parent 9f71829 commit 64ff8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
3 changes: 1 addition & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ jobs:
if [ "${${{ parameters.hasSecureHelmValuesFile }}}" = "true" ]; then
fileArg="-f /tmp/${{ parameters.name }}-values.yaml"
fi
helm repo update
echo "helm upgrade --install --namespace ${{ parameters.namespace }} $fileArg $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace"
helm repo update
helm upgrade --install --namespace ${{ parameters.namespace }} $fileArg $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace
rm -rf /tmp/${{ parameters.name }}-values.yaml
condition: and(succeeded(), eq(${{ parameters.deploy }}, true))

0 comments on commit 64ff8b5

Please sign in to comment.