summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-29 18:45:12 -0500
committerUnknwon <u@gogs.io>2016-02-29 18:45:12 -0500
commitea80274229bca259a64fed7eca181e4a82ff0676 (patch)
tree92ab297632eddf55d33835413d681cede98da495 /.bra.toml
parent42a556a082d041cd546fdaa15a63ede5764134ba (diff)
downloadgitea-ea80274229bca259a64fed7eca181e4a82ff0676.tar.gz
gitea-ea80274229bca259a64fed7eca181e4a82ff0676.zip
#2700 fix sqlite3 can't create issue with more than one label
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 3829b45738..c4b1885d58 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,7 +1,7 @@
[run]
init_cmds = [
#["grep", "-rn", "FIXME", "."],
- ["make", "build-dev"],
+ ["make", "build-dev", "TAGS=sqlite"],
["./gogs", "web"]
]
watch_all = true
@@ -15,6 +15,6 @@ watch_exts = [".go"]
ignore_files = [".+_test.go"]
build_delay = 1500
cmds = [
- ["make", "build-dev"], # sqlite cert pam tidb
+ ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb
["./gogs", "web"]
] \ No newline at end of file