Skip to content

Commit

Permalink
fixing location of logs in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed May 14, 2018
1 parent fff0411 commit 2555c75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -71,11 +71,11 @@ jobs:
- store_test_results:
path: /root/project/tests/reports
- store_artifacts:
path: /root/project/.coverage.3.6.4
destination: .coverage.3.6.4
path: /root/project/.coverage.3.6.5
destination: .coverage.3.6.5
- store_artifacts:
path: /root/project/logs
path: logs
destination: logs
- store_artifacts:
path: /root/project/docs/_build/html
destination: docs

0 comments on commit 2555c75

Please sign in to comment.