Set BuildDate compile flag to dev during development (#18383)

* Set BuildDate compile flag to dev during development

* Addressing review comments
This commit is contained in:
Jesús Espino
2021-09-15 10:16:20 +02:00
committed by GitHub
parent 3b9324b389
commit f9bd7cce8e

View File

@@ -24,6 +24,7 @@ BUILD_DATE = $(shell date -u)
BUILD_HASH = $(shell git rev-parse HEAD)
# If we don't set the build number it defaults to dev
ifeq ($(BUILD_NUMBER),)
BUILD_DATE := n/a
BUILD_NUMBER := dev
endif
BUILD_ENTERPRISE_DIR ?= ../enterprise