From 3bd395c90924b406a9cb8af8d1a6892a46ace562 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 21 Jun 2022 19:20:41 -0500 Subject: [PATCH] QQQ-14 fixed to use executor: localstack/default --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5044f7d..749480af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ commands: jobs: mvn_test: - executor: java17 + executor: localstack/default steps: - localstack/startup - run_maven: @@ -49,7 +49,7 @@ jobs: event: fail mvn_deploy: - executor: java17 + executor: localstack/default steps: - localstack/startup - run_maven: