Skip to content

Commit

Permalink
Fix CircleCI working path
Browse files Browse the repository at this point in the history
  • Loading branch information
kavu committed Nov 12, 2017
1 parent 9e0ee1f commit 89a3f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
- image: circleci/golang:1.8

working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
working_directory: /go/src/github.com/kavu/go_reuseport

steps:
- checkout
Expand Down

0 comments on commit 89a3f80

Please sign in to comment.