Fix cockroach start method

This commit is contained in:
Lunny Xiao 2021-06-09 15:29:50 +08:00
parent ebdd9bc2f0
commit f91ae2301e
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ services:
- name: cockroach
image: cockroachdb/cockroach:v21.1.2
commands:
- /cockroach/cockroach start --insecure
- /cockroach/cockroach start-single-node --insecure
---
kind: pipeline