Try attaching from the wowrking directory

It's unclear if this is the correct syntax.
This commit is contained in:
joneshf 2018-07-29 12:54:26 -07:00
parent 19177f0fc5
commit a317ba5fce
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -15,13 +15,10 @@ jobs:
name: Compile
command: make build
- persist_to_workspace:
root: .make
root: $CIRCLE_WORKING_DIRECTORY
paths:
- '*'
- persist_to_workspace:
root: dist
paths:
- '*'
- .make
- dist
- save_cache:
key: v1-stack-{{ checksum "package.yaml" }}-{{ checksum "stack.yaml" }}
name: Caching stack
@ -50,9 +47,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: .make
- attach_workspace:
at: dist
at: $CIRCLE_WORKING_DIRECTORY
- run:
name: Test
command: make test