From 2baf8e6dfd8055676ec5cf2f57655caf806dd3a9 Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Fri, 14 Jul 2023 09:35:21 -0500 Subject: [PATCH] circleci try 15 --- .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 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