cicd: Useful for development settings
This commit is contained in:
parent
56ef7ce95c
commit
6116e954ba
|
|
@ -6,7 +6,7 @@ tmp_dir = "tmp"
|
||||||
args_bin = []
|
args_bin = []
|
||||||
bin = "./OliveTin"
|
bin = "./OliveTin"
|
||||||
cmd = "go build -o OliveTin github.com/OliveTin/OliveTin/cmd/OliveTin"
|
cmd = "go build -o OliveTin github.com/OliveTin/OliveTin/cmd/OliveTin"
|
||||||
delay = 0
|
delay = 1
|
||||||
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
||||||
exclude_file = []
|
exclude_file = []
|
||||||
exclude_regex = ["_test.go"]
|
exclude_regex = ["_test.go"]
|
||||||
|
|
@ -23,7 +23,7 @@ tmp_dir = "tmp"
|
||||||
rerun = false
|
rerun = false
|
||||||
rerun_delay = 500
|
rerun_delay = 500
|
||||||
send_interrupt = false
|
send_interrupt = false
|
||||||
stop_on_error = false
|
stop_on_error = true
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
app = ""
|
app = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue