fix paths
This commit is contained in:
parent
083e9b1276
commit
f64b26fc3b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue