We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd138 commit 9259decCopy full SHA for 9259dec
1 file changed
Makefile
@@ -1,5 +1,5 @@
1
BUILD_SHA_SHORT := $(shell git rev-parse --short HEAD)
2
-BUILD_VERSION := $(shell cat APPS_PLUGIN_VERSION)+dev-$(BUILD_SHA_SHORT)
+BUILD_VERSION ?= $(shell cat APPS_PLUGIN_VERSION)+dev-$(BUILD_SHA_SHORT)
3
BUILD_DIRTY = $(shell git diff --quiet HEAD || echo "-dirty")
4
BUILD_DATE ?= $$(date -u +"%Y-%m-%d")
5
BUILD_SHA = $(shell git rev-parse HEAD)
0 commit comments