Skip to content

Commit 9265733

Browse files
committed
Fix Makefile
Configuration should happen before changelog is updated
1 parent abc104b commit 9265733

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ update-changelog:
3333
git push
3434
.PHONY: .commit-and-push-changelog
3535

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
36+
.configure-cukebot-in-docker:
37+
[ -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
3841
sbt "release cross with-defaults"
3942
.PHONY: release-in-docker
4043

0 commit comments

Comments
 (0)