From 885de67b30f6b820d8207c04e2afa390d5ec8c94 Mon Sep 17 00:00:00 2001 From: mightycox Date: Mon, 9 Sep 2024 09:29:52 -0700 Subject: [PATCH] Pushes the migration date back in dev and test for testing --- tools/config/update-configmap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index f24a55a5..d068673c 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -110,13 +110,13 @@ then bannerEnvironment="DEV" bannerColor="#dba424" disableSdcFunctionality=false - sldMigrationDate="2024-07-30" + sldMigrationDate="2021-07-30" elif [ "$envValue" = "test" ] then bannerEnvironment="TEST" bannerColor="#8d28d7" disableSdcFunctionality=false - sldMigrationDate="2024-07-30" + sldMigrationDate="2021-07-30" elif [ "$envValue" = "prod" ] then disableSdcFunctionality=true