Removed dependency on post-receive hook and use TriggerTask instead
This commit is contained in:
parent
20403f75fb
commit
d91004ee71
4 changed files with 38 additions and 120 deletions
1
gogs.go
1
gogs.go
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue