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

* Set BuildDate compile flag to dev during development

* Addressing review comments
Этот коммит содержится в:
Jesús Espino
2021-09-15 10:16:20 +02:00
коммит произвёл GitHub
родитель 3b9324b389
Коммит f9bd7cce8e

Просмотреть файл

@@ -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