parent
f84f84ed53
commit
0ea64ae840
@ -34,8 +34,7 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install -y curl ca-certificates curl gnupg
|
apt install -y curl ca-certificates curl gnupg
|
||||||
# helm
|
# helm
|
||||||
curl -O https://get.helm.sh/helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
|
curl --fail --location https://get.helm.sh/helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz --output /dev/stdout | tar --extract --gzip --file /dev/stdin
|
||||||
tar -xzf helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
|
|
||||||
mv ${OS}-${ARCH}/helm /usr/local/bin/
|
mv ${OS}-${ARCH}/helm /usr/local/bin/
|
||||||
rm -rf ${OS}-${ARCH} helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
|
rm -rf ${OS}-${ARCH} helm-v${{ env.HELM_VERSION }}-${OS}-${ARCH}.tar.gz
|
||||||
helm version
|
helm version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user