From c61934d560e82954cac018a2d15b593285016fe6 Mon Sep 17 00:00:00 2001 From: joneshf Date: Sun, 29 Jul 2018 12:57:56 -0700 Subject: [PATCH] Try using `.` Looks like environment variables aren't evaluated. Maybe there's another way to do it? --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac75f53..e38f9ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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