mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix CI packaging naming
This commit is contained in:
parent
c1329c8590
commit
1ecf796cf9
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -112,11 +112,10 @@ ifdef CI
|
|||
VARIANT := $(VARIANT)-ci
|
||||
|
||||
GIT_REV := $(shell echo $${CI_COMMIT_SHA:0:7})
|
||||
GIT_BRANCH := $(CI_COMMIT_REF_NAME)
|
||||
else
|
||||
GIT_REV := $(shell git rev-parse --short=7 HEAD)
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
endif
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
# pkg-config dependencies
|
||||
PKGS = openssl jansson
|
||||
|
|
Loading…
Add table
Reference in a new issue