mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00
fix ci
This commit is contained in:
parent
6331635482
commit
595149706a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
DOCKER_TAG: ${CI_COMMIT_REF_NAME}
|
DOCKER_TAG: ${CI_COMMIT_REF_NAME}
|
||||||
DOCKER_IMAGE_DEV: villas/web-dev:${DOCKER_TAG}
|
DOCKER_IMAGE_DEV: villas/web-dev:${CI_COMMIT_REF_NAME}
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
untracked: true
|
untracked: true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12.2
|
FROM node:12.2
|
||||||
|
|
||||||
RUN apt-git install -y \
|
RUN apt-get install -y \
|
||||||
git
|
git
|
Loading…
Add table
Reference in a new issue