Skip to content

Commit

Permalink
Merge pull request #1900 from bcgov/fix/migration-date-for-dev-test
Browse files Browse the repository at this point in the history
Pushes the migration date back in dev and test for testing
  • Loading branch information
sumathi-thirumani authored Sep 9, 2024
2 parents 6fcb286 + 885de67 commit a543c5b
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 a543c5b

Please sign in to comment.