We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718ae49 commit 6bcc144Copy full SHA for 6bcc144
Makefile
@@ -70,6 +70,11 @@ DB_CONTAINER ?= $(DCAPE_TAG)-db-1
70
CICD_HOST ?= cicd.$(DCAPE_DOMAIN)
71
72
ENFIST_URL ?= http://enfist:8080/rpc
73
+
74
+# helpers, use: make echo-dcape-version
75
+DCAPE_VERSION ?= $(shell git describe --tags --always)
76
+DCAPE_RELEASE ?= $(shell git describe --tags --abbrev=0 --always)
77
78
#- ------------------------------------------------------------------------------
79
80
-include $(CFG_BAK)
@@ -93,7 +98,6 @@ DC_ENV_SOURCES = .dcape.env $(addsuffix /.env,$(APPS_DIRS))
93
98
DC_ENV_ARG = $(addprefix --env-file ,$(DC_ENV_SOURCES))
94
99
DC_INC = docker-compose.inc.yml
95
100
96
-
97
101
include Makefile.dcape
102
103
.PHONY: $(CFG)
0 commit comments