circleci try 15
This commit is contained in:
parent
37318e70c8
commit
2baf8e6dfd
@ -160,7 +160,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.19.7
|
- image: cimg/go:1.19.7
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start
|
command: bin/yugabyted start && bash
|
||||||
resource_class: << parameters.resource_class >>
|
resource_class: << parameters.resource_class >>
|
||||||
steps:
|
steps:
|
||||||
- install-ubuntu-deps
|
- install-ubuntu-deps
|
||||||
|
@ -160,7 +160,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: cimg/go:[[ .GoVersion]]
|
- image: cimg/go:[[ .GoVersion]]
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start
|
command: bin/yugabyted start && bash
|
||||||
resource_class: << parameters.resource_class >>
|
resource_class: << parameters.resource_class >>
|
||||||
steps:
|
steps:
|
||||||
- install-ubuntu-deps
|
- install-ubuntu-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user