summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-13 16:43:43 -0500
committerUnknwon <u@gogs.io>2015-11-13 16:43:43 -0500
commit1559bd58e7dee6927d31e1aaf1b6ebfc0ffd59dc (patch)
tree1051e333cd223539788306aa169899b8c332d69a /.bra.toml
parent6a664e88c77f1ddd9c5bff4898e21a8271a5da9a (diff)
downloadgitea-1559bd58e7dee6927d31e1aaf1b6ebfc0ffd59dc.tar.gz
gitea-1559bd58e7dee6927d31e1aaf1b6ebfc0ffd59dc.zip
save custom avatar as PNG
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index 8789ca8fd5..7d49786d30 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install"], # sqlite redis memcache cert pam tidb
- ["go", "build"],
+ ["go", "install", "-race"], # sqlite redis memcache cert pam tidb
+ ["go", "build", "-race"],
["./gogs", "web"]
] \ No newline at end of file