Skip to content

Commit

Permalink
Testing the recieved file and renaming it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxrmdavidson committed May 21, 2024
1 parent aca3811 commit 84e418e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openshift-ci/scripts/install_kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ install_kustomize() {
echo "Downloading Kustomize from ${url}..."
curl -LO "${url}"

echo "Extracting Kustomize..."

output=$(ls | grep kustomize)
echo "${output}"

mv "kustomize_${version}_${os}_${arch}" kustomize

echo "Installing Kustomize..."
chmod +x kustomize
sudo mv kustomize /usr/local/bin/kustomize
Expand Down

0 comments on commit 84e418e

Please sign in to comment.