Skip to content

Conversation

@taufek
Copy link
Contributor

@taufek taufek commented Oct 13, 2019

Context

Allow user to skip certain Hooks when pushing changes to certain remote repository.

For example, user could a Hook (i.e. RSpec), when pushing to 'heroku' remote name.

PrePush:
  RSpec:
    exclude_remote_names: ['heroku']

This is an attempt to solve issue reported in #588

@sds
Copy link
Owner

sds commented Oct 14, 2019

Thanks for the PR, @taufek.

Can we get the tests passing?

… Remote Name

Context
=
Allow user to skip certain Hooks when pushing changes to certain remote repository.

For example, user could a Hook (i.e. RSpec), when pushing to 'heroku' remote name.
```
PrePush:
  RSpec:
    exclude_remote_names: ['heroku']
```
@taufek taufek force-pushed the tj-skip-remote-by-pattern branch from f7c6baa to 9b3ebe7 Compare October 14, 2019 05:14
@taufek
Copy link
Contributor Author

taufek commented Oct 14, 2019

@sds , this is ready for re-review. Thank you for the feedback.

@sds sds merged commit 5880c2c into sds:master Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants