From d1e7d1eab34054d7683411053e4b17c5f56f0e73 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 24 Apr 2020 14:00:56 +0530 Subject: [PATCH] Skip saving helm to temp file install helm directly from the script instead of storing it in a temp file and then executing it. Signed-off-by: Madhu Rajanna --- deploy.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 9ff0badd2..c3f8e50a2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -96,10 +96,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then mkdir -p tmp pushd tmp >/dev/null - build_step "installing helm" - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get >get_helm.sh - chmod 700 get_helm.sh - ./get_helm.sh + curl -L https://git.io/get_helm.sh | bash build_step "cloning ceph/csi-charts repository" git clone https://github.com/ceph/csi-charts