circleci try 15

This commit is contained in:
Andrew Jackson (Ajax) 2023-07-14 09:35:21 -05:00
parent 37318e70c8
commit 2baf8e6dfd
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ jobs:
docker:
- image: cimg/go:1.19.7
- image: yugabytedb/yugabyte:latest
command: bin/yugabyted start
command: bin/yugabyted start && bash
resource_class: << parameters.resource_class >>
steps:
- install-ubuntu-deps

View File

@ -160,7 +160,7 @@ jobs:
docker:
- image: cimg/go:[[ .GoVersion]]
- image: yugabytedb/yugabyte:latest
command: bin/yugabyted start
command: bin/yugabyted start && bash
resource_class: << parameters.resource_class >>
steps:
- install-ubuntu-deps