File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,19 +82,19 @@ which mvn
8282mvn --version
8383
8484echo ' Info: Set up helm...'
85- curl -LO --retry 3 https://get.helm.sh/helm-v${HELM_VERSION} -linux-amd64.tar.gz
85+ curl --ipv4 - LO --retry 3 https://get.helm.sh/helm-v${HELM_VERSION} -linux-amd64.tar.gz
8686tar -xf helm-v${HELM_VERSION} -linux-amd64.tar.gz
8787cp linux-amd64/helm ${WORKSPACE} /bin/helm
8888helm version
8989
9090echo ' Info: Set up kubectl...'
91- curl -LO --retry 3 https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION} /bin/linux/amd64/kubectl
91+ curl --ipv4 - LO --retry 3 https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION} /bin/linux/amd64/kubectl
9292mv kubectl bin/kubectl
9393chmod +x bin/kubectl
9494kubectl version --client=true
9595
9696echo ' Info: Set up kind...'
97- curl -Lo ./kind --retry 3 https://kind.sigs.k8s.io/dl/v${KIND_VERSION} /kind-$( uname) -amd64
97+ curl --ipv4 - Lo ./kind --retry 3 https://kind.sigs.k8s.io/dl/v${KIND_VERSION} /kind-$( uname) -amd64
9898chmod +x ./kind
9999mv ./kind bin/kind
100100kind version
You can’t perform that action at this time.
0 commit comments