We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c4b53 commit f2acb5bCopy full SHA for f2acb5b
hack/install-e2e-tools.sh
@@ -35,7 +35,7 @@ echo " + Installing ginkgo"
35
go install "github.com/onsi/ginkgo/ginkgo@${GINKGO_VERSION}"
36
37
if [[ -z "${KOPS_ROOT}" ]]; then
38
- git clone https://github.com/kubernetes/kops.git
+ git clone --branch v1.31.0 https://github.com/kubernetes/kops.git
39
KOPS_ROOT="$(pwd)/kops"
40
fi
41
0 commit comments