Add logs
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-05-02 18:51:18 +02:00
parent e9fb20ad6e
commit 8bcb479b57

View File

@@ -14,6 +14,9 @@ RUN apt update \
COPY . . COPY . .
RUN git diff
RUN git describe --always --dirty=-modified
RUN dx build -r --platform web -- -j ${JOBS_NB} RUN dx build -r --platform web -- -j ${JOBS_NB}