fix paths

This commit is contained in:
Danielle Lancashire 2019-08-12 18:34:06 +02:00
parent 083e9b1276
commit f64b26fc3b
No known key found for this signature in database
GPG key ID: 8D65584EF3DDF91B

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