Webhook delivery locking & Hide repo for org members if they don't have access

This commit is contained in:
Unknwon
2014-10-09 19:01:22 -04:00
parent 7b03b1df0e
commit 79262173a6
4 changed files with 31 additions and 4 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
[run]
init_cmds = [["./gogs", "web"]]
init_cmds = [
["grep", "-rn", "FIXME", "."],
["./gogs", "web"]
]
watch_all = true
watch_dirs = [
"$WORKDIR/conf/locale",