diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-09 19:01:22 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-09 19:01:22 -0400 |
commit | 79262173a6e0a5734ebfc1565e45353677008302 (patch) | |
tree | 279574f1398259d1a875dacd0817e77c9117ccc0 /.bra.toml | |
parent | 7b03b1df0efab201b48001200b17ed3390fa83da (diff) | |
download | gitea-79262173a6e0a5734ebfc1565e45353677008302.tar.gz gitea-79262173a6e0a5734ebfc1565e45353677008302.zip |
Webhook delivery locking & Hide repo for org members if they don't have access
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ [run] -init_cmds = [["./gogs", "web"]] +init_cmds = [ + ["grep", "-rn", "FIXME", "."], + ["./gogs", "web"] +] watch_all = true watch_dirs = [ "$WORKDIR/conf/locale", |