diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-13 05:27:01 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-13 05:27:01 -0500 |
commit | 9e2284048372864a7dbc5e192877ebdca04abcab (patch) | |
tree | 82b98f331ef96b3eff144d4fe48b9504ffd247dc /.bra.toml | |
parent | 8eb5120fbd19dac1221f82d84c339b4be9b0975b (diff) | |
download | gitea-9e2284048372864a7dbc5e192877ebdca04abcab.tar.gz gitea-9e2284048372864a7dbc5e192877ebdca04abcab.zip |
fix #622
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ watch_dirs = [ watch_exts = [".go", ".ini"] build_delay = 1500 cmds = [ - ["go", "install", "-tags", "sqlite redis cert"], - ["go", "build", "-tags", "sqlite redis cert"], + ["go", "install", "-tags", "sqlite cert"],# redis memcache + ["go", "build", "-tags", "sqlite cert"], ["./gogs", "web"] ]
\ No newline at end of file |