fix drone
This commit is contained in:
parent
e3a0c2ed04
commit
9f950e928f
|
@ -191,6 +191,7 @@ steps:
|
||||||
TEST_COCKROACH_USERNAME: root
|
TEST_COCKROACH_USERNAME: root
|
||||||
TEST_COCKROACH_PASSWORD:
|
TEST_COCKROACH_PASSWORD:
|
||||||
commands:
|
commands:
|
||||||
|
- sleep 10
|
||||||
- make test-cockroach
|
- make test-cockroach
|
||||||
- TEST_CACHE_ENABLE=true make test-cockroach
|
- TEST_CACHE_ENABLE=true make test-cockroach
|
||||||
when:
|
when:
|
||||||
|
@ -286,7 +287,6 @@ services:
|
||||||
- name: cockroach
|
- name: cockroach
|
||||||
pull: default
|
pull: default
|
||||||
image: cockroachdb/cockroach:v19.2.4
|
image: cockroachdb/cockroach:v19.2.4
|
||||||
hostname: cockroach
|
|
||||||
commands:
|
commands:
|
||||||
- /cockroach/cockroach start --insecure
|
- /cockroach/cockroach start --insecure
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue