Skip to content

Commit

Permalink
make run-e2e.sh run without softlink (CentaurusInfra#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqianfzh authored Aug 15, 2020
1 parent 42dba08 commit 0960156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perf-tests/clusterloader2/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

export GO111MODULE=on
CLUSTERLOADER_ROOT=$(dirname "${BASH_SOURCE}")
export KUBECONFIG="${KUBECONFIG:-${HOME}/.kube/config}"
export KUBEMARK_ROOT_KUBECONFIG="${KUBEMARK_ROOT_KUBECONFIG:-${HOME}/.kube/config}"
Expand Down

0 comments on commit 0960156

Please sign in to comment.