Skip to content

Commit

Permalink
fixing storage of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 19, 2019
1 parent 6d34684 commit 1bb5533
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ jobs:
echo "0" > TEST_EXIT_CODE
exit 1
fi
# store results
- store_test_results:
path: /root/project/tests/reports
- store_artifacts:
path: /root/project/tests/reports
destination: reports
- store_artifacts:
path: /root/.wc/log
destination: log
# Generate reports, archive results, and send notifications
- run:
Expand All @@ -83,6 +73,14 @@ jobs:
karr_lab_build_utils3 do-post-test-tasks $INSTALLATION_EXIT_CODE $TEST_EXIT_CODE
# store results
- store_test_results:
path: /root/project/tests/reports
- store_artifacts:
path: /root/project/tests/reports
destination: reports
- store_artifacts:
path: /root/.wc/log
destination: log
- store_artifacts:
path: /root/project/docs/_build/html
destination: docs
Expand Down

0 comments on commit 1bb5533

Please sign in to comment.