Add script to check go version and fix output directory permissions (#4907)
This commit is contained in:
parent
fcd3a580d9
commit
42351d3737
3 changed files with 65 additions and 13 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue