Skip to content

Commit

Permalink
Merge pull request #27 from dramich/fixtags2
Browse files Browse the repository at this point in the history
Pull in drone_tag for version
  • Loading branch information
dramich authored Mar 6, 2020
2 parents 7db50f4 + 0507e37 commit b8321eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioning.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifneq ($(BINARY_VERSION),)
endif

# Clear the "unreleased" string in BuildMetadata
ifneq ($(GIT_TAG),)
ifneq ($(BINARY_VERSION),)
LDFLAGS += -X k8s.io/helm/pkg/version.BuildMetadata=
endif
LDFLAGS += -X k8s.io/helm/pkg/version.GitCommit=${GIT_COMMIT}
Expand Down

0 comments on commit b8321eb

Please sign in to comment.