summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-09 19:01:22 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-09 19:01:22 -0400
commit79262173a6e0a5734ebfc1565e45353677008302 (patch)
tree279574f1398259d1a875dacd0817e77c9117ccc0 /.bra.toml
parent7b03b1df0efab201b48001200b17ed3390fa83da (diff)
downloadgitea-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.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index df2e10e6ff..d0229e8ab9 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,5 +1,8 @@
[run]
-init_cmds = [["./gogs", "web"]]
+init_cmds = [
+ ["grep", "-rn", "FIXME", "."],
+ ["./gogs", "web"]
+]
watch_all = true
watch_dirs = [
"$WORKDIR/conf/locale",