From 57f1a5bdf2c28647cf91efc64acc2ac01c8f85ea Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 15 May 2017 11:55:53 -0700 Subject: [PATCH] Fixup circle CI Signed-off-by: Riyaz Faizullabhoy --- circle.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index da8e46b14..695a61395 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,11 @@ version: 2 +executorType: machine jobs: build: - working_directory: /go/src/github.com/moby/tool + environment: + GOPATH: /home/circleci/.go_workspace + working_directory: $GOPATH/src/github.com/moby/tool steps: - checkout - run: go get github.com/golang/lint/golint - - run: make test \ No newline at end of file + - run: cd $GOPATH/src/github.com/moby/tool && make test \ No newline at end of file