Compare commits
1 Commits
b5f7e9cdd5
...
a7333194ee
| Author | SHA1 | Date | |
|---|---|---|---|
| a7333194ee |
3
Makefile
3
Makefile
@ -8,7 +8,8 @@ REGISTRY := git.query.consul
|
||||
OWNER := unkin
|
||||
DATE_TAG := $(shell date +%Y%m%d)
|
||||
SUFFIX=$(shell basename $$(mktemp -u) | cut -d . -f 2)
|
||||
GIT_BRANCH=$(shell git branch --show-current)
|
||||
#GIT_BRANCH=$(shell git branch --show-current)
|
||||
GIT_BRANCH=$(shell git symbolic-ref --short HEAD 2>/dev/null || echo $$(GITHUB_HEAD_REF))
|
||||
GIT_COMMIT := $(shell git rev-parse --short HEAD)
|
||||
|
||||
# Find all subdirectories under the IMAGES_PATH
|
||||
|
||||
Loading…
Reference in New Issue
Block a user