chore: stop showing new curriculum by default (#55660)

This commit is contained in:
Oliver Eyton-Williams
2024-07-25 16:45:02 +02:00
committed by GitHub
parent 1a4e2c593f
commit 7e3e6fac9d
5 changed files with 4 additions and 6 deletions

View File

@@ -55,8 +55,6 @@ jobs:
- name: Set Environment variables
run: |
cp sample.env .env
echo 'SHOW_NEW_CURRICULUM=true' >> .env
echo 'BUILD_WITH_SUBMODULE=true' >> .env
cat .env
# TODO: Remove this ^ after migration is complete