Skip to content

Commit 12f34f6

Browse files
committed
Remove untested changes
1 parent 2df690b commit 12f34f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ update-changelog:
5151

5252
.release: default update-changelog .commit-and-push-changelog
5353
mvn --batch-mode release:clean release:prepare -DautoVersionSubmodules=true -Darguments="-DskipTests=true -DskipITs=true -Darchetype.test.skip=true"
54-
COMMIT_ID=$(git rev-list --max-count=1 v$(NEW_VERSION))
55-
git push origin $(COMMIT_ID):refs/heads/release/v$(NEW_VERSION)
54+
git push origin $$(git rev-list --max-count=1 v$(NEW_VERSION)):refs/heads/release/v$(NEW_VERSION)
5655
.PHONY: release

0 commit comments

Comments
 (0)