mirror of https://github.com/status-im/consul.git
checkout code outside GOPATH
This commit is contained in:
parent
11362e77be
commit
ed6fd1ec41
|
@ -29,7 +29,6 @@ jobs:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment: &build-env
|
environment: &build-env
|
||||||
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
|
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
|
||||||
working_directory: /go/src/github.com/hashicorp/consul
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make tools
|
- run: make tools
|
||||||
|
@ -67,7 +66,6 @@ jobs:
|
||||||
dev-build:
|
dev-build:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
working_directory: /go/src/github.com/hashicorp/consul
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make dev
|
- run: make dev
|
||||||
|
|
Loading…
Reference in New Issue