Skip to content

Commit

Permalink
remove jq installation
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 11, 2020
1 parent 06f2fd8 commit 0d96345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ $pwd/kind load docker-image nirmata/kyvernopre:$hash
pwd=$(pwd)
cd $pwd/definitions
echo "Installing kustomize"
apt install -y jq
latest=$(curl -sL https://api.github.com/repos/kubernetes-sigs/kustomize/git/refs/tags/kustomize | jq '.[-1].ref' | grep -Po '\d+\.\d+\.\d+')
curl -sLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
bash ./install_kustomize.sh $latest
Expand Down

0 comments on commit 0d96345

Please sign in to comment.