summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 20:07:42 -0500
committerUnknwon <u@gogs.io>2016-02-14 20:07:42 -0500
commita1d97e8f5c13d4380abe761ed64d0ab59b779167 (patch)
treea3f542336e3856df14e4036efec69215e9300825 /.bra.toml
parentdaa43cfb6e6ed4118676e55d47d8816bab2379e5 (diff)
downloadgitea-a1d97e8f5c13d4380abe761ed64d0ab59b779167.tar.gz
gitea-a1d97e8f5c13d4380abe761ed64d0ab59b779167.zip
Minor fix for #2567
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index dd6a1e1c43..0a461cc597 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,6 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install", "-v", "-race"], # sqlite cert pam tidb
- ["go", "build", "-race"],
+ ["make", "build-dev"], # sqlite cert pam tidb
["./gogs", "web"]
] \ No newline at end of file