mirror of https://github.com/kubernetes/kops.git
Update tests/e2e/scenarios/upgrade-ab/run-test.sh
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
parent
9e5c298706
commit
ae8d8be192
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue