Checkpoint - working with initial version 0.1.0-SNAPSHOT's

This commit is contained in:
2022-07-05 13:42:44 -05:00
parent de16533e42
commit 5d99a5b613
9 changed files with 338 additions and 54 deletions

View File

@ -1,3 +1,5 @@
## Deviations from qqq-java library standard circleci config:
## - In this project, we just always run a test, never a deploy (at this time).
version: 2.1
executors:
@ -59,20 +61,4 @@ workflows:
jobs:
- mvn_test:
context: [ qqq-maven-registry-credentials, kingsrook-slack ]
## just doing mvn test for all branches in this repo at this time
## filters:
## branches:
## ignore: /dev/
## tags:
## ignore: /version-.*/
##
## deploy:
## jobs:
## - mvn_deploy:
## context: [ qqq-maven-registry-credentials, kingsrook-slack ]
## filters:
## branches:
## only: /dev/
## tags:
## only: /version-.*/
##