We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e54c92 commit 28031e2Copy full SHA for 28031e2
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
# Makefile for the development clusters
2
3
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
4
-LAST_TAG=$(shell git tag --sort=-version:refname | head -n 2 | tail -n 1)
+LAST_TAG ?= $(shell git tag --sort=-version:refname | head -n 2 | tail -n 1)
5
6
standalone:
7
@echo "Provisioning Standalone Cluster (dev)"
0 commit comments