Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Apr 13, 2018
1 parent 957115f commit 096639c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
working_directory: /go/src/github.com/Financial-Times/public-people-api
environment:
NEO4J_TEST_URL: "http://localhost:7474/db/data/"
CIRCLE_TEST_REPORTS: /tmp/test-reports
CIRCLE_ARTIFACTS: /tmp/artifacts
CIRCLE_TEST_REPORTS: /tmp/test-results
CIRCLE_COVERAGE_REPORT: /tmp/coverage-results

steps:
- checkout
Expand Down

0 comments on commit 096639c

Please sign in to comment.