remove commit and add minikube location

pull/15071/head
Steven Powell 2022-10-10 12:58:01 -07:00
parent e8190a6236
commit ff9476cbd1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
readonly OS_ARCH="${OS}-${ARCH}"
readonly TEST_ROOT="${HOME}/minikube-integration"
readonly TEST_HOME="${TEST_ROOT}/$$-${COMMIT:0:7}"
readonly TEST_HOME="${TEST_ROOT}/${MINIKUBE_LOCATION}-$$"
export GOPATH="$HOME/go"
export KUBECONFIG="${TEST_HOME}/kubeconfig"