mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix ci not knowing CI_BUILD_REF_SLUG
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
5f8272abfa
commit
d1772096fe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
variables:
|
||||
GIT_DEPTH: 0
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
DOCKER_TAG_DEV: ${CI_BUILD_REF_SLUG}
|
||||
DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME}
|
||||
DOCKER_IMAGE_DEV: villas/common-dev
|
||||
|
||||
stages:
|
||||
|
|
Loading…
Add table
Reference in a new issue