Try using .

Looks like environment variables aren't evaluated.
Maybe there's another way to do it?
This commit is contained in:
joneshf 2018-07-29 12:57:56 -07:00
parent a317ba5fce
commit c61934d560
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -15,7 +15,7 @@ jobs:
name: Compile
command: make build
- persist_to_workspace:
root: $CIRCLE_WORKING_DIRECTORY
root: .
paths:
- .make
- dist
@ -47,7 +47,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: $CIRCLE_WORKING_DIRECTORY
at: .
- run:
name: Test
command: make test