Updated config.yml

This commit is contained in:
2022-06-08 15:18:26 -05:00
parent a3373a2a63
commit 2db567d5c3

View File

@ -29,13 +29,6 @@ jobs:
when: always when: always
- store_test_results: - store_test_results:
path: ~/test-results path: ~/test-results
- persist_to_workspace:
root: target
paths:
- qqq-backend-core-*.jar
- store_artifacts:
path: target/qqq-backend-core-*.jar
destination: qqq-backend-core.jar
- save_cache: - save_cache:
paths: paths:
- ~/.m2 - ~/.m2
@ -48,10 +41,6 @@ jobs:
keys: keys:
- v1-dependencies-{{ checksum "pom.xml" }} - v1-dependencies-{{ checksum "pom.xml" }}
- run: | - run: |
echo "working dir:"
pwd
echo "listing"
ls -l
mvn -s .circleci/mvn-settings.xml deploy -DskipTests mvn -s .circleci/mvn-settings.xml deploy -DskipTests
workflows: workflows:
@ -59,6 +48,8 @@ workflows:
jobs: jobs:
- maven_package - maven_package
- github_release: - github_release:
context:
- Production
requires: requires:
- maven_package - maven_package
filters: filters: