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 c3bce3f commit ddd79fdCopy full SHA for ddd79fd
Makefile
@@ -131,7 +131,7 @@ SKIP_CLEANUP ?= false
131
SKIP_CREATE_MGMT_CLUSTER ?= false
132
133
# Relase
134
-RELEASE_TAG := $(shell git describe --abbrev=0 2>/dev/null)
+RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
135
HELM_CHART_TAG := $(shell echo $(RELEASE_TAG) | cut -c 2-)
136
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF)
137
RELEASE_DIR := out
0 commit comments