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:
@ -36,23 +36,24 @@ jobs:
|
|||||||
github_release:
|
github_release:
|
||||||
executor: java17
|
executor: java17
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- maven/test:
|
||||||
- restore_cache:
|
executor: java17
|
||||||
keys:
|
|
||||||
- v1-dependencies-{{ checksum "pom.xml" }}
|
|
||||||
- run: |
|
|
||||||
mvn -s .circleci/mvn-settings.xml deploy -DskipTests
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
main:
|
main:
|
||||||
jobs:
|
jobs:
|
||||||
- maven/test:
|
- maven/test:
|
||||||
|
name: run_tests
|
||||||
executor: java17
|
executor: java17
|
||||||
- github_release:
|
- maven/test:
|
||||||
|
name: deploy_to_github
|
||||||
|
executor: java17
|
||||||
|
command: 'deploy -DskipTests'
|
||||||
|
settings_file: .circleci/mvn-settings.xml
|
||||||
context:
|
context:
|
||||||
- Production
|
- Production
|
||||||
requires:
|
requires:
|
||||||
- maven/test
|
- run_tests
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: circleci-project-setup ## todo - change to main
|
only: circleci-project-setup ## todo - change to main
|
||||||
|
Reference in New Issue
Block a user