From e6bdd7215846bb3862aab6890d1a9dc62c4e7425 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 16 Nov 2017 16:59:01 +0000 Subject: [PATCH] Tweak circleci config to try and fix artifact upload It appears that the `$GOPATH` in `working_directory` is being treated as a literal `GOPATH` at least when processing the `state_artifacts.path`. Inlining it seems to have worked, at the cost of some duplication. Signed-off-by: Ian Campbell --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf157454d..048a8443d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: image: circleci/classic:201710-02 environment: GOPATH: /home/circleci/.go_workspace - working_directory: $GOPATH/src/github.com/moby/tool + working_directory: /home/circleci/.go_workspace/src/github.com/moby/tool steps: - checkout - run: