summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index a25a22410f..ed0fbd2259 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -14,6 +14,6 @@ watch_exts = [".go"]
ignore_files = [".+_test.go"]
build_delay = 1500
cmds = [
- ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb
+ ["make", "build-dev"], # TAGS=sqlite cert pam tidb
["./gogs", "web"]
] \ No newline at end of file