please just give me the tag

pull/16/head
Lex Neva 2018-01-13 14:33:15 -05:00
rodzic 49c7566e51
commit 716865310a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
EXTENSIONS:=embroider embroider_params embroider_simulate embroider_update
# This gets the branch name or the name of the tag
VERSION:=$(shell git describe --tags --exact-match > /dev/null 2>&1 || git symbolic-ref -q --short HEAD)
VERSION:=$(TRAVIS_TAG)
OS:=$(shell uname)
ARCH:=$(shell uname -m)