#2700 fix sqlite3 can't create issue with more than one label
This commit is contained in:
parent
42a556a082
commit
ea80274229
8 changed files with 16 additions and 19 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"]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue