Skip to content

Commit

Permalink
ROX-19841: Remove unused target (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored Oct 5, 2023
1 parent f2d1bfb commit af25e66
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -895,12 +895,3 @@ tag:
full-image-tag:
@echo "$(IMAGE_NAME):$(image_tag)"
.PHONY: full-image-tag

release_date="$(shell date '+%Y-%m-%d')"
release_commit="$(shell git rev-parse --short=7 HEAD)"
tag_count="$(shell git tag -l $(release_date)* | wc -l | xargs)" # use xargs to remove unnecessary whitespace
start_rev=1
rev="$(shell expr $(tag_count) + $(start_rev))"
release-version:
@echo "$(release_date).$(rev).$(release_commit)"
.PHONY: release-version

0 comments on commit af25e66

Please sign in to comment.