Merge pull request #5129 from irbekrm/fix_helm_rm

Don't fail when removing a non-existant tar file
This commit is contained in:
jetstack-bot 2022-05-13 18:00:26 +01:00 committed by GitHub
commit 9aa8499db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 #