Skip to content

Commit

Permalink
Modified circleci configuration for subprojects - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Lombardo committed May 16, 2019
1 parent 16e2230 commit 7f20713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -24,17 +24,17 @@ jobs:
- store_artifacts:
path: ~/test-results/junit
- store_artifacts:
path: ~/rpgJavaInterpreter-core/build/reports
path: ~/project/rpgJavaInterpreter-core/build/reports
destination: test-results-html/
- store_artifacts:
path: ~/rpgJavaInterpreter-core/build/reports/reports/jacoco
path: ~/project/rpgJavaInterpreter-core/build/reports/reports/jacoco
destination: test-coverage-html/
- save_cache:
paths:
- ~/.gradle
key: gradle-{{ checksum "build.gradle" }}
- store_artifacts:
path: ~/rpgJavaInterpreter-core/build/libs
path: ~/project/rpgJavaInterpreter-core/build/libs
destination: libs


0 comments on commit 7f20713

Please sign in to comment.