Fix pass CI

ymlfmt
shamoon 3 weeks ago
parent 04064c4222
commit f12075a6d0
No known key found for this signature in database

@ -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 \

Loading…
Cancel
Save