We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e756d41 commit 89f6c4fCopy full SHA for 89f6c4f
lib/helmsnap/setup_dependencies.rb
@@ -22,7 +22,7 @@ def call
22
attr_accessor :config, :processed_paths
23
24
def clear_existing_repos!
25
- result = run_cmd("helm", "repo", "ls").output
+ result = run_cmd("helm", "repo", "ls", allow_failure: true).output
26
27
result.scan(/#{REPO_NAME_PREFIX}\S+/o) do |repo_name|
28
run_cmd("helm", "repo", "remove", repo_name)
0 commit comments