Fix cockroach start method
This commit is contained in:
parent
ebdd9bc2f0
commit
f91ae2301e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue