Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Fix path for CircleCI integration builds
Browse files Browse the repository at this point in the history
cap10morgan committed May 17, 2019
1 parent c8a6d0a commit 6fe6f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ jobs:
- setup_remote_docker

- run: |
docker create -v /src --name source alpine /bin/true
docker cp . source:/src
docker create -v /src/tupelo --name source alpine /bin/true
docker cp . source:/src/tupelo
# TODO: Figure out node.js caching here

0 comments on commit 6fe6f71

Please sign in to comment.