From aca381111d932d162f30514df7948ada24bbcfc8 Mon Sep 17 00:00:00 2001 From: tonyxrmdavidson Date: Mon, 20 May 2024 21:36:28 +0100 Subject: [PATCH] This commit removes the unzip command as it is not needed --- openshift-ci/scripts/install_kustomize.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/openshift-ci/scripts/install_kustomize.sh b/openshift-ci/scripts/install_kustomize.sh index 0451c1e6..9586d1b1 100755 --- a/openshift-ci/scripts/install_kustomize.sh +++ b/openshift-ci/scripts/install_kustomize.sh @@ -35,9 +35,6 @@ install_kustomize() { echo "Downloading Kustomize from ${url}..." curl -LO "${url}" - echo "Extracting Kustomize..." - tar -zxvf "kustomize_${version}_${os}_${arch}.tar.gz" - echo "Installing Kustomize..." chmod +x kustomize sudo mv kustomize /usr/local/bin/kustomize