mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix CI
This commit is contained in:
parent
1cc9c2177d
commit
7f8c2add2e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -96,8 +96,8 @@ ifdef CI
|
|||
VARIANT := $(VARIANT)-ci
|
||||
endif
|
||||
|
||||
GIT_REV := $(shell git rev-parse --short=7 HEAD)
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
GIT_REV := $(shell git rev-parse --short=7 HEAD)
|
||||
GIT_BRANCH := $(shell git symbolic-ref --short HEAD)
|
||||
|
||||
# pkg-config dependencies
|
||||
PKGS = libconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue