Fix pass CI

This commit is contained in:
shamoon
2025-03-27 23:40:47 -07:00
parent 04064c4222
commit f12075a6d0

View File

@@ -13,10 +13,14 @@ RUN pnpm install --frozen-lockfile
COPY . .
COPY .next .next
ARG CI
ARG BUILDTIME
ARG VERSION
ARG REVISION
# Make CI available in RUN steps
ENV CI=$CI
# Build only if needed (local use)
RUN pnpm run telemetry \
&& if [ "$CI" != "true" ]; then \