We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc104b commit 9265733Copy full SHA for 9265733
Makefile
@@ -33,8 +33,11 @@ update-changelog:
33
git push
34
.PHONY: .commit-and-push-changelog
35
36
-.release-in-docker: default update-changelog update-installdoc .commit-and-push-changelog-and-docs
37
- [ -f '/home/cukebot/import-gpg-key.sh' ] && /home/cukebot/import-gpg-key.sh
+.configure-cukebot-in-docker:
+ [ -f '/home/cukebot/configure' ] && /home/cukebot/configure
38
+.PHONY: .configure-cukebot-in-docker
39
+
40
+.release-in-docker: .configure-cukebot-in-docker default update-changelog update-installdoc .commit-and-push-changelog-and-docs
41
sbt "release cross with-defaults"
42
.PHONY: release-in-docker
43
0 commit comments