Try to fix CircleCI, episode 5

This commit is contained in:
Gabriele C 2018-11-08 18:54:37 +01:00 committed by GitHub
parent 615d6f2f95
commit b2d30e5989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,7 @@ jobs:
MAVEN_OPTS: -Xmx2048m
steps:
- checkout
- restore_cache:
keys:
- authmereloaded-{{ checksum "pom.xml" }}
- authmereloaded-
- run: mvn -B dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: authmereloaded-{{ checksum "pom.xml" }}
- run: mvn -B -O package
- run: mvn -B clean package
- store_test_results:
path: target/surefire-reports
- store_artifacts:
@ -30,16 +21,7 @@ jobs:
MAVEN_OPTS: -Xmx2048m
steps:
- checkout
- restore_cache:
keys:
- authmereloaded-{{ checksum "pom.xml" }}
- authmereloaded-
- run: mvn -B dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: authmereloaded-{{ checksum "pom.xml" }}
- run: mvn -B -O package
- run: mvn -B clean package
- store_test_results:
path: target/surefire-reports
- store_artifacts: