checkout code outside GOPATH

This commit is contained in:
Alvin Huang 2019-04-10 12:56:55 -04:00
parent f2615fe2df
commit 45dfa5ef57
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ jobs:
- image: *GOLANG_IMAGE
environment: &build-env
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
working_directory: /go/src/github.com/hashicorp/consul
steps:
- checkout
- run: make tools
@ -67,7 +66,6 @@ jobs:
dev-build:
docker:
- image: *GOLANG_IMAGE
working_directory: /go/src/github.com/hashicorp/consul
steps:
- checkout
- run: make dev