Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Aug 13, 2020
1 parent 2450d8a commit c80d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-e2e-tests.sh
Expand Up @@ -29,7 +29,7 @@ if [ -n "$KIND_E2E" ]; then
kind get kubeconfig > /tmp/admin.conf
export KUBECONFIG="/tmp/admin.conf"
mkdir -p ~/gopath/src/sigs.k8s.io/
mv ~/gopath/src/github.com/kubernetes-sigs/cluster-capacity ~/gopath/src/sigs.k8s.io/.
mv $GOPATH/src/github.com/kubernetes-sigs/cluster-capacity ~/gopath/src/sigs.k8s.io/.
fi

PRJ_PREFIX="sigs.k8s.io/cluster-capacity"
Expand Down

0 comments on commit c80d59e

Please sign in to comment.