Skip to content

Commit 28031e2

Browse files
committed
chore: allowing the user to overload the LAST_TAG if required
1 parent 7e54c92 commit 28031e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for the development clusters
22

33
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
4-
LAST_TAG=$(shell git tag --sort=-version:refname | head -n 2 | tail -n 1)
4+
LAST_TAG ?= $(shell git tag --sort=-version:refname | head -n 2 | tail -n 1)
55

66
standalone:
77
@echo "Provisioning Standalone Cluster (dev)"

0 commit comments

Comments
 (0)