Skip to content

Commit

Permalink
add: DCAPE_VERSION, DCAPE_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Jul 31, 2023
1 parent 718ae49 commit 6bcc144
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ DB_CONTAINER ?= $(DCAPE_TAG)-db-1
CICD_HOST ?= cicd.$(DCAPE_DOMAIN)

ENFIST_URL ?= http://enfist:8080/rpc

# helpers, use: make echo-dcape-version
DCAPE_VERSION ?= $(shell git describe --tags --always)
DCAPE_RELEASE ?= $(shell git describe --tags --abbrev=0 --always)

#- ------------------------------------------------------------------------------

-include $(CFG_BAK)
Expand All @@ -93,7 +98,6 @@ DC_ENV_SOURCES = .dcape.env $(addsuffix /.env,$(APPS_DIRS))
DC_ENV_ARG = $(addprefix --env-file ,$(DC_ENV_SOURCES))
DC_INC = docker-compose.inc.yml


include Makefile.dcape

.PHONY: $(CFG)
Expand Down

0 comments on commit 6bcc144

Please sign in to comment.