Compare commits
4 Commits
fix/hide-p
...
cdc02a601d
Author | SHA1 | Date | |
---|---|---|---|
cdc02a601d
|
|||
8bcb479b57
|
|||
e9fb20ad6e
|
|||
d98222cd4a |
@@ -14,6 +14,7 @@ steps:
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
- event: push
|
||||
branch: fix/versions-always-modified
|
||||
# depends_on:
|
||||
# - validate
|
||||
|
@@ -9,11 +9,14 @@ WORKDIR /usr/src/beau-gosse-du-92
|
||||
|
||||
# git is required by the git-version crate
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends git \
|
||||
&& apt install -y --no-install-recommends git git-lfs \
|
||||
&& apt clean
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN git diff
|
||||
RUN git describe --always --dirty=-modified
|
||||
|
||||
RUN dx build -r --platform web -- -j ${JOBS_NB}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user