Compare commits
1 Commits
a7333194ee
...
137cd509e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 137cd509e9 |
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ 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 symbolic-ref --short HEAD 2>/dev/null || echo $$(GITHUB_HEAD_REF))
|
||||
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