refactor: remove SHOW_NEW_CURRICULUM (#57977)

This commit is contained in:
Oliver Eyton-Williams
2025-01-07 11:17:05 +01:00
committed by GitHub
parent 09a5415d03
commit 232f6d50aa
15 changed files with 10 additions and 66 deletions

View File

@@ -27,8 +27,6 @@ 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=false
ENV SHOW_NEW_CURRICULUM=$SHOW_NEW_CURRICULUM
RUN pnpm build:curriculum
RUN pnpm build:server