🐛 Displayed versions are always computed as dirty
All checks were successful
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2024-04-16 23:13:19 +02:00
parent de9d2b3a8a
commit eecb46e4b8
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
# .git directory is not filtered here: we need to copy the .git directory in the builder image to compute the version.
# media directory, README.md and Dockerfile files are not filtered to avoid the dockerized building env to get dirty
# and append the "-modified" suffix to the displayed version.
dist
medias
README.md
target
Dockerfile

View File

@@ -10,6 +10,9 @@ ARG CARGO_INCREMENTAL=0
WORKDIR /usr/src/beau-gosse-du-92
RUN apt update \
&& apt install -y git-lfs
COPY . .
RUN /usr/local/bin/dx build -r --platform web -- -j ${JOBS_NB}