Merge pull request #5129 from irbekrm/fix_helm_rm
Don't fail when removing a non-existant tar file
This commit is contained in:
commit
9aa8499db6
@ -170,7 +170,7 @@ bin/downloaded/tools/helm-v$(HELM_VERSION)-%: | bin/downloaded/tools
|
||||
@# O writes the specified file to stdout
|
||||
tar xfO $@.tar.gz $*/helm > $@
|
||||
chmod +x $@
|
||||
rm $@.tar.gz
|
||||
rm -f $@.tar.gz
|
||||
|
||||
###########
|
||||
# kubectl #
|
||||
|
||||
Loading…
Reference in New Issue
Block a user