File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,11 @@ update-changelog:
49
49
git push
50
50
.PHONY : .commit-and-push-changelog
51
51
52
- .release-in-docker : default update-changelog .commit-and-push-changelog
53
- [ -f ' /home/cukebot/import-gpg-key.sh' ] && /home/cukebot/import-gpg-key.sh
52
+ .configure-cukebot-in-docker :
53
+ [ -f ' /home/cukebot/configure' ] && /home/cukebot/configure
54
+ .PHONY : .configure-cukebot-in-docker
55
+
56
+ .release-in-docker : .configure-cukebot-in-docker default update-changelog .commit-and-push-changelog
54
57
mvn --batch-mode release:clean release:prepare -DautoVersionSubmodules=true -Darguments=" -DskipTests=true -DskipITs=true -Darchetype.test.skip=true"
55
58
git checkout " v$( NEW_VERSION) "
56
59
mvn deploy -P-examples -P-compatibility -Psign-source-javadoc -DskipTests=true -DskipITs=true -Darchetype.test.skip=true
You can’t perform that action at this time.
0 commit comments