commit | 27f59a4839bc23d97b66350a98f4b05cab3eb89c | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri May 10 09:12:07 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri May 10 09:12:07 2019 -0700 |
tree | 030da761eca1f099a7b3c6a94efa639fca340c9b | |
parent | f6516ddf375c4e1b3b46b07d9da8af15b4c3deba [diff] [blame] |
VOL-1613 VERSION file on voltha-go Change-Id: I34aae02e99f9e5421fa4f505d7a646f16314bf6a
diff --git a/Makefile b/Makefile index 754763b..79f4baa 100644 --- a/Makefile +++ b/Makefile
@@ -16,6 +16,9 @@ SHELL=/bin/bash -e -o pipefail +# Variables +VERSION ?= $(shell cat ./VERSION) + ifeq ($(TAG),) TAG := latest endif