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
+1 -1
View File
@@ -27,7 +27,7 @@ RUN pnpm -F=api-server -F=tools/scripts/build -F=challenge-parser -F=curriculum
# following env vars.
ARG SHOW_UPCOMING_CHANGES=false
ENV SHOW_UPCOMING_CHANGES=$SHOW_UPCOMING_CHANGES
ARG SHOW_NEW_CURRICULUM=true
ARG SHOW_NEW_CURRICULUM=false
ENV SHOW_NEW_CURRICULUM=$SHOW_NEW_CURRICULUM
RUN pnpm build:curriculum