From d1d88cb4d693ea69460eee0bb7157a3ce7f9ea5c Mon Sep 17 00:00:00 2001 From: Yug Date: Wed, 30 Sep 2020 12:07:25 +0530 Subject: [PATCH] e2e: remove UPGRADE_VERSION from build.env The ceph-csi upgrade version is now present in the job configuration, this can be removed from here to avoid redundancy. Signed-off-by: Yug --- build.env | 1 - 1 file changed, 1 deletion(-) diff --git a/build.env b/build.env index 4dc10171b..5061c148d 100644 --- a/build.env +++ b/build.env @@ -40,4 +40,3 @@ CHANGE_MINIKUBE_NONE_USER=true #CEPH_CSI_RUN_ALL_TESTS=true E2E_TIMEOUT=60m DEPLOY_TIMEOUT=10 -UPGRADE_VERSION=v3.0.0