mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-25 21:51:38 +00:00
remove working_directory from circleci config, let it use the default, as per their blog post on go modules in 1.11
This commit is contained in:
parent
586781b49c
commit
2d5f99a008
@ -7,8 +7,6 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.11
|
- image: circleci/golang:1.11
|
||||||
|
|
||||||
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user