Compare commits
1 Commits
ff2a1484ae
...
f805554534
Author | SHA1 | Date |
---|---|---|
Evan Chen | f805554534 |
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
|
|
||||||
VERSION=$(shell git describe --tags)
|
VERSION=$(shell git describe --tags --abbrev=0)
|
||||||
BUILD=$(shell git rev-parse --short HEAD)
|
BUILD=$(shell git rev-parse --short HEAD)
|
||||||
PROJ := $(shell basename "$(PWD)")
|
PROJ := $(shell basename "$(PWD)")
|
||||||
HUB=hub.kumoly.io
|
HUB=hub.kumoly.io
|
||||||
|
|
Loading…
Reference in New Issue