Skip to content

Commit

Permalink
Pushes the migration date back in dev and test for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Sep 9, 2024
1 parent 6fcb286 commit 885de67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 885de67

Please sign in to comment.