diff options
author | Unknwon <u@gogs.io> | 2015-07-14 22:56:02 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-14 22:56:02 +0800 |
commit | 663c28beb61d5c1319665f195b7e2f4f370c3ea9 (patch) | |
tree | 2e2f8fd03f73fb63c6d507e152e3fa9745709d18 /.bra.toml | |
parent | 92783bf6efe56b9aa328e86f432dcc744f4ac0ca (diff) | |
download | gitea-663c28beb61d5c1319665f195b7e2f4f370c3ea9.tar.gz gitea-663c28beb61d5c1319665f195b7e2f4f370c3ea9.zip |
#1279: Removing user from collaboration removes repositiory
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ watch_exts = [".go"] build_delay = 1500 cmds = [ #["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."], - ["go", "install", "-tags", "sqlite cert"],# redis memcache - ["go", "build", "-tags", "sqlite cert"], + ["go", "install", "-tags", "sqlite"],# redis memcache cert pam + ["go", "build", "-tags", "sqlite"], ["./gogs", "web"] ]
\ No newline at end of file |