Skip to content

Commit

Permalink
Missed references for working_directory fixes lint/deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jun 22, 2018
1 parent 007ff3a commit dfe7531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
lint:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/CircleCI/circleci-cli
working_directory: /go/src/github.com/CircleCI-Public/circleci-cli
steps:
- checkout
- restore_cache:
Expand All @@ -74,7 +74,7 @@ jobs:
environment:
GORELEASER_URL: https://github.com/goreleaser/goreleaser/releases/download/v0.77.1/goreleaser_amd64.deb

working_directory: /go/src/github.com/CircleCI/circleci-cli
working_directory: /go/src/github.com/CircleCI-Public/circleci-cli
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit dfe7531

Please sign in to comment.