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

Listening for new git tags from the command line? #4

Open
TooTallNate opened this issue Jun 11, 2014 · 1 comment
Open

Listening for new git tags from the command line? #4

TooTallNate opened this issue Jun 11, 2014 · 1 comment

Comments

@TooTallNate
Copy link
Contributor

@coreh I want to execute a command only when a new git tag is pushed. Can I currently do that with hookshot or do we need to add a feature?

@TooTallNate
Copy link
Contributor Author

If we add minimatch as a dependency then we could just do something like:

$ hookshot -r refs/tags/* 'git pull && make'

Thoughts?

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