1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00
This commit is contained in:
Steffen Vogel 2019-05-16 01:02:00 +02:00
parent 6331635482
commit 595149706a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
variables:
GIT_SUBMODULE_STRATEGY: normal
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:
untracked: true

View file

@ -1,4 +1,4 @@
FROM node:12.2
RUN apt-git install -y \
RUN apt-get install -y \
git