🔇 Undo temporary logs
This commit is contained in:
@@ -14,7 +14,6 @@ steps:
|
|||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- event: push
|
|
||||||
branch: fix/versions-always-modified
|
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - validate
|
# - validate
|
||||||
|
@@ -14,14 +14,8 @@ 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}
|
||||||
|
|
||||||
RUN git diff
|
|
||||||
RUN git describe --always --dirty=-modified
|
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:mainline-alpine-slim
|
FROM nginx:mainline-alpine-slim
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user