mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-14 adding localstack orb
This commit is contained in:
@ -8,6 +8,7 @@ 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:
|
||||||
@ -39,16 +40,18 @@ commands:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mvn_test:
|
mvn_test:
|
||||||
executor: java17
|
executor: localstack/default
|
||||||
steps:
|
steps:
|
||||||
|
- localstack/startup
|
||||||
- run_maven:
|
- run_maven:
|
||||||
maven_subcommand: test
|
maven_subcommand: test
|
||||||
- slack/notify:
|
- slack/notify:
|
||||||
event: fail
|
event: fail
|
||||||
|
|
||||||
mvn_deploy:
|
mvn_deploy:
|
||||||
executor: java17
|
executor: localstack/default
|
||||||
steps:
|
steps:
|
||||||
|
- localstack/startup
|
||||||
- run_maven:
|
- run_maven:
|
||||||
maven_subcommand: deploy
|
maven_subcommand: deploy
|
||||||
- slack/notify:
|
- slack/notify:
|
||||||
|
Reference in New Issue
Block a user