Skip to content

Commit

Permalink
This commit removes the unzip command as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxrmdavidson committed May 20, 2024
1 parent c358d0c commit aca3811
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openshift-ci/scripts/install_kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aca3811

Please sign in to comment.