Just inherit the working directory

This commit is contained in:
Jean-Paul Calderone 2019-04-04 12:07:08 -04:00
parent 8bba0bfeaf
commit f5765acdb8

View File

@ -94,9 +94,6 @@ jobs:
- run: &RUN_TESTS
name: "Run test suite"
# Something about when it re-uses an existing environment blows up
# if the working directory is not readable.
working_directory: "/tmp"
command: |
/tmp/project/.circleci/run-tests.sh \
"${ARTIFACTS_OUTPUT_PATH}" \