mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Merge branch 'feature/sprint-8-qqq-support-updates' into feature/sprint-8
This commit is contained in:
@ -31,6 +31,10 @@ commands:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-dependencies-{{ checksum "pom.xml" }}
|
- v1-dependencies-{{ checksum "pom.xml" }}
|
||||||
|
- run:
|
||||||
|
name: Write .env
|
||||||
|
command: |
|
||||||
|
echo "RDBMS_PASSWORD=$RDBMS_PASSWORD" >> .env
|
||||||
- run:
|
- run:
|
||||||
name: Run Maven Verify
|
name: Run Maven Verify
|
||||||
command: |
|
command: |
|
||||||
@ -99,7 +103,7 @@ workflows:
|
|||||||
test_only:
|
test_only:
|
||||||
jobs:
|
jobs:
|
||||||
- mvn_test:
|
- mvn_test:
|
||||||
context: [ qqq-maven-registry-credentials, kingsrook-slack ]
|
context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ]
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: /dev/
|
ignore: /dev/
|
||||||
@ -109,7 +113,7 @@ workflows:
|
|||||||
deploy:
|
deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- mvn_deploy:
|
- mvn_deploy:
|
||||||
context: [ qqq-maven-registry-credentials, kingsrook-slack ]
|
context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ]
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: /dev/
|
only: /dev/
|
||||||
|
Reference in New Issue
Block a user