diff options
author | Saku Ytti <saku@ytti.fi> | 2016-03-09 00:38:56 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-03-09 00:38:56 +0200 |
commit | dcf06dd1ec50c91ea34b218078786fe825b46e9c (patch) | |
tree | 8015a9e16a23073e65ba6261bbd61190d632d296 | |
parent | 2f7cc0619c1b7958e65f283f40b2dbde99581617 (diff) |
probably don't want to call the hook on node_success
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ hooks: hooks: push_to_remote: type: githubrepo - events: [node_success, post_store] + events: [post_store] remote_repo: git@git.intranet:oxidized/test.git username: user password: pass |