fix paths

This commit is contained in:
Danielle Lancashire
2019-08-12 18:34:06 +02:00
parent c8d1a75dbc
commit 2ae346a91d

View File

@@ -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