Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to skip publish if commit is empty #102

Open
mojavelinux opened this issue Oct 16, 2015 · 0 comments
Open

Add option to skip publish if commit is empty #102

mojavelinux opened this issue Oct 16, 2015 · 0 comments

Comments

@mojavelinux
Copy link

If the commit is empty (because there were no changes to the published files), it would be nice if there were a way to skip the commit. Currently, it's pushing an empty commit.

run_or_fail("git commit --allow-empty -am \"#{message}\"")

Perhaps an option like allow_empty_commit:

activate :deploy do |deploy|
  deploy.deploy_method = :git
  deploy.allow_empty_commit = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant