mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
feat(GHA): configurable SHOW_UPCOMING_CHANGES (#63395)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
2d65f11e0f
commit
982d0fb290
@@ -25,10 +25,12 @@ ARG STRIPE_PUBLIC_KEY
|
||||
ARG PAYPAL_CLIENT_ID
|
||||
ARG PATREON_CLIENT_ID
|
||||
ARG DEPLOYMENT_ENV
|
||||
ARG SHOW_UPCOMING_CHANGES
|
||||
ARG SHOW_UPCOMING_CHANGES=false
|
||||
ARG GROWTHBOOK_URI
|
||||
ARG FREECODECAMP_NODE_ENV
|
||||
|
||||
ENV SHOW_UPCOMING_CHANGES=$SHOW_UPCOMING_CHANGES
|
||||
|
||||
# For simplicity and because node_modules do not make it into the final image,
|
||||
# we can just install all dependencies here.
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user