Skip to content

Commit

Permalink
HOOK-1803 Remove --dirty parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-leanix committed Apr 28, 2020
1 parent eb5631d commit 1c28b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PROJECT ?= leanix-k8s-connector
DOCKER_NAMESPACE ?= leanix

# This version-strategy uses git tags to set the version string
VERSION := 2.0.0-beta3-$(shell git describe --tags --always --dirty)
VERSION := 2.0.0-beta3-$(shell git describe --tags --always)
#
# This version-strategy uses a manual value to set the version string
#VERSION := 1.2.3
Expand Down

0 comments on commit 1c28b8c

Please sign in to comment.