diff --git a/.circleci/config.yml b/.circleci/config.yml index cd12ab9..80ddd87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,13 +6,13 @@ jobs: shell: /bin/bash --login environment: - CIRCLE_ARTIFACTS: /tmp/circleci-artifacts - - CIRCLE_TEST_REPORTS: /tmp/circleci-test-results + - CIRCLE_TEST_RESULTS: /tmp/circleci-test-results docker: - image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37 command: /sbin/init steps: - checkout - - run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS + - run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_RESULTS - restore_cache: keys: - v1-dep-{{ .Branch }}- @@ -43,5 +43,3 @@ jobs: path: /tmp/circleci-test-results - store_artifacts: path: /tmp/circleci-artifacts - - store_artifacts: - path: /tmp/circleci-test-results