Closed antoineco closed 9 years ago
I've just published a new version with updated dependencies, not sure that'll change anything but worth trying.
Run it with DEBUG=*
prefixed on the commandline and it should print some debugging output and may give you hints as to what's going on. To be honest I only use the config file variant of this package so it could be the commandline rules are falling apart somewhere.
sorry, you are using DEBUG=*
it's likely that your rule is not working, it's using matchme and it can be a bit picky. For instance, you probably need to surround your ref with "
's: --rule='push:ref == "refs/heads/jekyll-test":echo PUSHED'
aaaand, *
for "all events", not blank
Thank you very much for the help, that was indeed an issue with the quotes! And nice project :+1:
We are running the latest version of this project from npm (1.1.1), it seems to catch all the webhooks from GitHub but the command defined as
exec
is never executed.We've tried to touch a file as well, or to use a match rule as follows, but nothing worked.
Are we missing anything?