Skip to content

Commit

Permalink
Debug circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw committed Feb 26, 2018
1 parent e3b4e24 commit bfb363e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
paths:
- ./bin #Cache .weight files
key: v1-dependencies-{{ checksum "test/requirements-testing.txt" }}

- run:
name: debug
command: |
echo $PWD
ls
# run tests!
- run:
Expand Down

0 comments on commit bfb363e

Please sign in to comment.