mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix CI builds
This commit is contained in:
parent
8ec8ad0632
commit
78828a8a3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ VERSION_NUM = $(shell VERSION=$(VERSION); echo $${VERSION:1})
|
|||
|
||||
ifdef CI
|
||||
GIT_REV = ${CI_BUILD_REF:0:7}
|
||||
VARIANT = ci-$(VARIANT)
|
||||
VARIANT := ci-$(VARIANT)
|
||||
else
|
||||
GIT_REV = $(shell REV=$$(git rev-parse HEAD); echo $${REV:0:7})
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue