QQQ-14 reverting all localstack changes - does it just work from junit?

This commit is contained in:
2022-06-21 19:10:47 -05:00
parent 0d402e70c7
commit efc78b9d8a

View File

@ -8,7 +8,6 @@ executors:
orbs: orbs:
slack: circleci/slack@4.10.1 slack: circleci/slack@4.10.1
localstack: localstack/platform@1.0
commands: commands:
run_maven: run_maven:
@ -42,7 +41,6 @@ jobs:
mvn_test: mvn_test:
executor: java17 executor: java17
steps: steps:
- localstack/startup
- run_maven: - run_maven:
maven_subcommand: test maven_subcommand: test
- slack/notify: - slack/notify:
@ -51,7 +49,6 @@ jobs:
mvn_deploy: mvn_deploy:
executor: java17 executor: java17
steps: steps:
- localstack/startup
- run_maven: - run_maven:
maven_subcommand: deploy maven_subcommand: deploy
- slack/notify: - slack/notify: