Fix drone
This commit is contained in:
parent
5745aa4a65
commit
e3a0c2ed04
|
@ -288,7 +288,7 @@ services:
|
||||||
image: cockroachdb/cockroach:v19.2.4
|
image: cockroachdb/cockroach:v19.2.4
|
||||||
hostname: cockroach
|
hostname: cockroach
|
||||||
commands:
|
commands:
|
||||||
- start --insecure
|
- /cockroach/cockroach start --insecure
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
|
@ -184,6 +184,7 @@ func TestMain(m *testing.M) {
|
||||||
|
|
||||||
if err := prepareEngine(); err != nil {
|
if err := prepareEngine(); err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
|
os.Exit(1)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue