From 2555c759ca3ad559a862bbb56bb6d81d1fc9b59e Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Sun, 13 May 2018 22:49:49 -0400 Subject: [PATCH] fixing location of logs in artifacts --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5629e2..04a6af4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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