diff --git a/hooks/pre-command b/hooks/pre-command index 0ebf54b..2ca74f4 100644 --- a/hooks/pre-command +++ b/hooks/pre-command @@ -4,5 +4,5 @@ chmod +x /tmp/yq echo "--- :helm Install helm" curl -Lo /tmp/helm.tar.gz "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" -tar --strip-components 1 --extract --file=/tmp/helm.tar.gz linux-amd64/helm +tar --strip-components 1 --extract -C /tmp --file=/tmp/helm.tar.gz linux-amd64/helm chmod +x /tmp/helm