Compare commits
6 Commits
fix/404-on
...
cdc02a601d
Author | SHA1 | Date | |
---|---|---|---|
cdc02a601d
|
|||
8bcb479b57
|
|||
e9fb20ad6e
|
|||
d98222cd4a | |||
c6effdfa15
|
|||
f17986fa16 |
@@ -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}
|
||||
|
||||
|
||||
|
@@ -214,6 +214,11 @@ input {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
// Hide the preloader as soon as the application is loaded and ready to be rendered
|
||||
#preloader {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#main {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user