diff options
author | Unknwon <u@gogs.io> | 2015-11-18 19:32:23 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-18 19:32:23 -0500 |
commit | 2c653141a83eb5bc3fb1baaff0449195b9e1f6a6 (patch) | |
tree | 4aab191a53427da0c17a58d42ef01e2f1b28c550 /.bra.toml | |
parent | f04d773f4f72f8f167b7ceed4d4e9a6fd4e6ad16 (diff) | |
download | gitea-2c653141a83eb5bc3fb1baaff0449195b9e1f6a6.tar.gz gitea-2c653141a83eb5bc3fb1baaff0449195b9e1f6a6.zip |
#1742 Update default branch in git repository while change in web view
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ watch_dirs = [ watch_exts = [".go"] build_delay = 1500 cmds = [ + ["go", "install"], ["go", "install", "-race"], # sqlite redis memcache cert pam tidb ["go", "build", "-race"], ["./gogs", "web"] |