From a56a6c14c34b2f0e155fe3fc3a980122ff861d3b Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Fri, 14 Jul 2023 09:46:03 -0500 Subject: [PATCH] circleci try 16 --- .circleci/config.yml | 2 +- .circleci/template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69962fabb..a6604d6ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -160,7 +160,7 @@ jobs: docker: - image: cimg/go:1.19.7 - image: yugabytedb/yugabyte:latest - command: bin/yugabyted start && bash + command: bin/yugabyted start --daemon=false resource_class: << parameters.resource_class >> steps: - install-ubuntu-deps diff --git a/.circleci/template.yml b/.circleci/template.yml index 427ba3d53..19a043837 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -160,7 +160,7 @@ jobs: docker: - image: cimg/go:[[ .GoVersion]] - image: yugabytedb/yugabyte:latest - command: bin/yugabyted start && bash + command: bin/yugabyted start --daemon=false resource_class: << parameters.resource_class >> steps: - install-ubuntu-deps