From 2ae346a91d61a4e7161ffbeeb49767c663dd6523 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Mon, 12 Aug 2019 18:34:06 +0200 Subject: [PATCH] fix paths --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 891862cea..48cb24381 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,7 +46,7 @@ workflows: only: stable-website executors: go: - working_directory: ~/go/src/github.com/hashicorp/nomad + working_directory: /go/src/github.com/hashicorp/nomad docker: - image: hashicorpnomad/ci-build-image:20190812 go-machine: @@ -68,7 +68,7 @@ jobs: lint: executor: go environment: - GOPATH: /home/circleci/go + GOPATH: /go steps: - checkout - run: make check @@ -85,7 +85,7 @@ jobs: environment: GOTEST_PKGS: "<< parameters.test_packages >>" GOTEST_PKGS_EXCLUDE: "<< parameters.exclude_packages >>" - GOPATH: /home/circleci/go + GOPATH: /go GOTESTSUM_JUNITFILE: /tmp/results.xml GOMAXPROCS: 1 NOMAD_SLOW_TEST: 1