🐛 Versions are always displayed with the "-modified" suffix (step 2) #16

Merged
Adrien merged 5 commits from fix/versions-always-modified into develop 2025-05-02 19:37:04 +00:00
Showing only changes of commit 8bcb479b57 - Show all commits

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}