Skip to content

Commit 3469a76

Browse files
committed
remove working_directory from circleci for GO111MODULE=auto to enable
1 parent 4029538 commit 3469a76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ jobs:
33
build:
44
docker:
55
- image: circleci/golang:1.11
6-
working_directory: /go/src/github.com/linode/docker-machine-driver-linode
76
steps:
87
- checkout
98
- run:
@@ -12,7 +11,6 @@ jobs:
1211
release:
1312
docker:
1413
- image: circleci/golang:1.11
15-
working_directory: /go/src/github.com/linode/docker-machine-driver-linode
1614
steps:
1715
- checkout
1816
- run:

0 commit comments

Comments
 (0)