diff options
author | Unknwon <u@gogs.io> | 2016-02-29 18:45:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-29 18:45:12 -0500 |
commit | ea80274229bca259a64fed7eca181e4a82ff0676 (patch) | |
tree | 92ab297632eddf55d33835413d681cede98da495 /.bra.toml | |
parent | 42a556a082d041cd546fdaa15a63ede5764134ba (diff) | |
download | gitea-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |