diff --git a/.circleci/config.yml b/.circleci/config.yml index c9a438f0d..69962fabb 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 + command: bin/yugabyted start && bash resource_class: << parameters.resource_class >> steps: - install-ubuntu-deps diff --git a/.circleci/template.yml b/.circleci/template.yml index 7d190676c..427ba3d53 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 + command: bin/yugabyted start && bash resource_class: << parameters.resource_class >> steps: - install-ubuntu-deps