summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-20 01:18:50 -0500
committerUnknwon <u@gogs.io>2015-11-20 01:18:50 -0500
commit902b5784659327a61ba7de56ef1885fcc6549b17 (patch)
tree8ddbe345e2140d300a20b74c47bd654ff728b096 /.bra.toml
parent3d14e73fd835f2a0ed4a22daa4c67df245be8103 (diff)
downloadgitea-902b5784659327a61ba7de56ef1885fcc6549b17.tar.gz
gitea-902b5784659327a61ba7de56ef1885fcc6549b17.zip
better escape char handle
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index f1da310aca..7d49786d30 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,6 @@ 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"]