summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-02 19:58:36 -0400
committerUnknwon <u@gogs.io>2015-10-02 19:58:36 -0400
commit4465c58f4b1b7e1f9d5cc17fa4fcee352d572092 (patch)
tree3a8d61ebae277dd45767e828b7df5584ca6f62ae /.bra.toml
parente5310cdbc1af0b9079c7c46c6433804c8e89661b (diff)
downloadgitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.tar.gz
gitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.zip
new quick start page
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 5ff025ef6b..bd245653f1 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install", "-tags", "sqlite tidb"],# redis memcache cert pam
- ["go", "build", "-tags", "sqlite tidb"],
+ ["go", "install", "-tags", "sqlite"],# redis memcache cert pam tidb
+ ["go", "build", "-tags", "sqlite"],
["./gogs", "web"]
] \ No newline at end of file