QQQ-14 revert adding resource_class:small to the localstack/default executor

This commit is contained in:
2022-06-22 11:37:08 -05:00
parent ed835c9112
commit 5aa0aeecf6

View File

@ -52,9 +52,7 @@ commands:
jobs: jobs:
mvn_test: mvn_test:
executor: executor: localstack/default
name: localstack/default
resource_class: small
steps: steps:
- localstack/startup - localstack/startup
- install_java17 - install_java17
@ -64,9 +62,7 @@ jobs:
event: fail event: fail
mvn_deploy: mvn_deploy:
executor: executor: localstack/default
name: localstack/default
resource_class: small
steps: steps:
- localstack/startup - localstack/startup
- install_java17 - install_java17