Skip to content

Commit

Permalink
Add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Nov 17, 2022
1 parent eddf0f8 commit b53090b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3
1.6.4
1 change: 1 addition & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
if [ "${${{ parameters.hasSecureHelmValuesFile }}}" = "true" ]; then
fileArg="-f /tmp/${{ parameters.name }}-values.yaml"
echo "Using secure values file"
cat /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"
Expand Down

0 comments on commit b53090b

Please sign in to comment.