From 5aa0aeecf6877fd734e15ad8cda2c82b9dbb7300 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 22 Jun 2022 11:37:08 -0500 Subject: [PATCH] QQQ-14 revert adding resource_class:small to the localstack/default executor --- .circleci/config.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62579ef6..40a1a443 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,9 +52,7 @@ commands: jobs: mvn_test: - executor: - name: localstack/default - resource_class: small + executor: localstack/default steps: - localstack/startup - install_java17 @@ -64,9 +62,7 @@ jobs: event: fail mvn_deploy: - executor: - name: localstack/default - resource_class: small + executor: localstack/default steps: - localstack/startup - install_java17