mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Checkpoint - working with initial version 0.1.0-SNAPSHOT's
This commit is contained in:
@ -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-.*/
|
||||
##
|
||||
|
||||
|
Reference in New Issue
Block a user