From ae8d8be1924c731e40b4d2655fe1bc19ac2ee745 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Thu, 3 Jun 2021 13:34:07 +0200 Subject: [PATCH] Update tests/e2e/scenarios/upgrade-ab/run-test.sh Co-authored-by: Peter Rifel --- tests/e2e/scenarios/upgrade-ab/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/scenarios/upgrade-ab/run-test.sh b/tests/e2e/scenarios/upgrade-ab/run-test.sh index d941afb22a..640f3eac3e 100755 --- a/tests/e2e/scenarios/upgrade-ab/run-test.sh +++ b/tests/e2e/scenarios/upgrade-ab/run-test.sh @@ -23,7 +23,7 @@ if [ -z "$KOPS_VERSION_A" ] || [ -z "$K8S_VERSION_A" ] || [ -z "$KOPS_VERSION_B" fi export KOPS_BASE_URL -KOPS_BASE_URL=$(kops-base-from-marker "${KOPS_VERSION_B}") +KOPS_BASE_URL=$(kops-base-from-marker "${KOPS_VERSION_A}") KOPS_A=$(kops-download-from-base) KOPS="${KOPS_A}"