Skip to content

Commit

Permalink
Remove unused vars from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cnmcavoy committed Oct 17, 2023
1 parent 795282b commit d6e3a6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ else
VERSION ?= $(shell git describe --dirty --always --tags --exclude 'helm*' | sed 's/-/./2' | sed 's/-/./2')
endif

# RELEASE_TAG is tag to promote. Default is promoting to main branch, but can be overriden
# to promote a tag to a specific version.
RELEASE_TAG ?= main
SOURCE_TAG ?= $(VERSION)

# ====================================================================================
# Colors

Expand Down

0 comments on commit d6e3a6c

Please sign in to comment.