mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: stop showing new curriculum by default (#55660)
This commit is contained in:
committed by
GitHub
parent
1a4e2c593f
commit
7e3e6fac9d
@@ -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
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
--build-arg PATREON_CLIENT_ID=id_from_patreon_dashboard \
|
||||
--build-arg DEPLOYMENT_ENV=staging \
|
||||
--build-arg SHOW_UPCOMING_CHANGES=false \
|
||||
--build-arg SHOW_NEW_CURRICULUM=true \
|
||||
--build-arg SHOW_NEW_CURRICULUM=false \
|
||||
--build-arg GROWTHBOOK_URI=api_URI_from_Growthbook_dashboard \
|
||||
--build-arg FREECODECAMP_NODE_ENV=development \
|
||||
-t fcc-client \
|
||||
|
||||
Reference in New Issue
Block a user