Removed dependency on post-receive hook and use TriggerTask instead

This commit is contained in:
Martin Hartkorn 2016-02-04 19:00:42 +01:00
parent 20403f75fb
commit d91004ee71
4 changed files with 38 additions and 120 deletions

View file

@ -35,7 +35,6 @@ func main() {
cmd.CmdUpdate,
cmd.CmdDump,
cmd.CmdCert,
cmd.CmdPull,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)