From efc78b9d8a9f42ca07d76782450a55eac597009a Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 21 Jun 2022 19:10:47 -0500 Subject: [PATCH] QQQ-14 reverting all localstack changes - does it just work from junit? --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5044f7d..0ef02745 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,6 @@ executors: orbs: slack: circleci/slack@4.10.1 - localstack: localstack/platform@1.0 commands: run_maven: @@ -42,7 +41,6 @@ jobs: mvn_test: executor: java17 steps: - - localstack/startup - run_maven: maven_subcommand: test - slack/notify: @@ -51,7 +49,6 @@ jobs: mvn_deploy: executor: java17 steps: - - localstack/startup - run_maven: maven_subcommand: deploy - slack/notify: