correct path to script

pull/12393/head
Sharif Elgamal 2021-09-02 11:47:27 -07:00
parent f11d14de59
commit 9d939663a6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ docker login -u ${DOCKERHUB_USER} -p ${DOCKERHUB_PASS}
./hack/jenkins/installers/check_install_gh.sh
# Make sure golang is installed and configured
./installers/check_install_golang.sh "/usr/local" || true
./hack/jenkins/installers/check_install_golang.sh "/usr/local" || true
# Let's make sure we have the newest kicbase reference
curl -L https://github.com/kubernetes/minikube/raw/master/pkg/drivers/kic/types.go --output types-head.go