fix drone

This commit is contained in:
Lunny Xiao 2020-02-26 17:25:42 +08:00
parent e3a0c2ed04
commit 9f950e928f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -191,6 +191,7 @@ steps:
TEST_COCKROACH_USERNAME: root
TEST_COCKROACH_PASSWORD:
commands:
- sleep 10
- make test-cockroach
- TEST_CACHE_ENABLE=true make test-cockroach
when:
@ -286,7 +287,6 @@ services:
- name: cockroach
pull: default
image: cockroachdb/cockroach:v19.2.4
hostname: cockroach
commands:
- /cockroach/cockroach start --insecure
when: