mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Updated config.yml
This commit is contained in:
@ -8,17 +8,8 @@ executors:
|
|||||||
orbs:
|
orbs:
|
||||||
maven: circleci/maven@1.3.0
|
maven: circleci/maven@1.3.0
|
||||||
|
|
||||||
workflows:
|
|
||||||
maven_test:
|
|
||||||
jobs:
|
|
||||||
- maven/test: # checkout, build, test, and upload test results
|
|
||||||
executor: java17
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## I think this job won't run anymore, after I add a workflow. Just leaving it here for reference, and to confirm that.
|
|
||||||
jobs:
|
jobs:
|
||||||
shouldnt_run:
|
build:
|
||||||
executor: java17
|
executor: java17
|
||||||
steps:
|
steps:
|
||||||
# todo - ssh keys?
|
# todo - ssh keys?
|
||||||
|
Reference in New Issue
Block a user