Skip to content

Commit

Permalink
Set KO_DATA_PATH for E2E tests (kubernetes#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Dec 10, 2018
1 parent 95a6bc7 commit 2ad87f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ function setup_test_cluster() {
echo "- Docker is ${DOCKER_REPO_OVERRIDE}"

export KO_DOCKER_REPO="${DOCKER_REPO_OVERRIDE}"
export KO_DATA_PATH="${REPO_ROOT_DIR}/.git"

trap teardown_test_resources EXIT

Expand Down

0 comments on commit 2ad87f8

Please sign in to comment.