Skip to content

Commit

Permalink
Fix working directory for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyakan committed Dec 19, 2018
1 parent 940031f commit 369093d
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 @@ -6,7 +6,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.11-node
working_directory: /go/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
working_directory: /go/src/github.com/Brightscout/mattermost-plugin-boilerplate
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.11-node
working_directory: /go/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
working_directory: /go/src/github.com/Brightscout/mattermost-plugin-boilerplate
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 369093d

Please sign in to comment.