Skip to content

Commit

Permalink
Set KO_DOCKER_REPO during E2E environment setup (knative#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Nov 14, 2018
1 parent 6fc8ac2 commit 6add8fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ function setup_test_cluster() {
echo "- User is ${K8S_USER_OVERRIDE}"
echo "- Docker is ${DOCKER_REPO_OVERRIDE}"

export KO_DOCKER_REPO="${DOCKER_REPO_OVERRIDE}"

trap teardown_test_resources EXIT

if (( USING_EXISTING_CLUSTER )) && function_exists teardown; then
Expand Down

0 comments on commit 6add8fe

Please sign in to comment.