Add script to check go version and fix output directory permissions (#4907)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-09 13:48:43 -03:00 committed by GitHub
parent fcd3a580d9
commit 42351d3737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 13 deletions

View file

@ -48,6 +48,9 @@ if [ ! -d "${MINIKUBE_PATH}" ]; then
MINIKUBE_VOLUME=""
fi
# create output directory as current user to avoid problem with docker.
mkdir -p "${KUBE_ROOT}/bin" "${KUBE_ROOT}/bin/${ARCH}"
docker run \
--tty \
--rm \