From 6add8fe8265eaca9e1a218ed0c8701099e6c2c19 Mon Sep 17 00:00:00 2001 From: Adriano Cunha <35786489+adrcunha@users.noreply.github.com> Date: Wed, 14 Nov 2018 12:31:18 -0800 Subject: [PATCH] Set KO_DOCKER_REPO during E2E environment setup (#257) --- scripts/e2e-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e-tests.sh b/scripts/e2e-tests.sh index bed3542c3a..1833d18187 100755 --- a/scripts/e2e-tests.sh +++ b/scripts/e2e-tests.sh @@ -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