Skip to content

Commit 2332d8c

Browse files
committed
[Build] Import gpg key prior to release
1 parent 61e8239 commit 2332d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ update-changelog:
5252
.PHONY: .commit-and-push-changelog
5353

5454
.release-in-docker: default update-changelog update-installdoc .commit-and-push-changelog-and-docs
55+
[ -f '/home/cukebot/import-gpg-key.sh' ] && /home/cukebot/import-gpg-key.sh
5556
mvn --batch-mode release:clean release:prepare -DautoVersionSubmodules=true -Darguments="-DskipTests=true -DskipITs=true -Darchetype.test.skip=true"
5657
git checkout "v$(NEW_VERSION)"
5758
mvn deploy -P-examples -P-compatibility -Psign-source-javadoc -DskipTests=true -DskipITs=true -Darchetype.test.skip=true

0 commit comments

Comments
 (0)