Skip to content

Commit

Permalink
Remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Sep 6, 2024
1 parent 85cd921 commit 8f27cef
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.9.0
1.9.1
3 changes: 1 addition & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ jobs:
inputs:
sshEndpoint: 'Kubernetes Master'
runOptions: inline
inline: |
inline: |
helm repo update
helm upgrade --install --namespace ${{ parameters.namespace }} $(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 8f27cef

Please sign in to comment.