Skip to content

Commit

Permalink
ci: update CI go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdeveloper committed Feb 9, 2023
1 parent 1da37b6 commit 0b5e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance_tests/lib/Helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def check_helm_plugin(self):
self.run_command('%s plugin list | grep ^cm-push' % common.HELM_EXE)

def run_helm_plugin(self):
self.run_command('%s cm-push --help' % common.HELM_EXE)
self.run_command('%s cm-push --check-helm-version' % common.HELM_EXE)

def remove_helm_plugin(self):
self.run_command('%s plugin remove cm-push' % common.HELM_EXE)

0 comments on commit 0b5e893

Please sign in to comment.