Skip to content

Commit

Permalink
Fix circle.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianp26 committed May 11, 2017
1 parent c223b33 commit 390e9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ machine:
PROJECT_GOPATH: "${HOME}/.go_project"
PROJECT_PARENT_PATH: "${PROJECT_GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}"
PROJECT_PATH: "${PROJECT_PARENT_PATH}/${CIRCLE_PROJECT_REPONAME}"
GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${PROJECT_GOPATH}"
GOPATH: "${HOME}/.go_workspace:${PROJECT_GOPATH}"

checkout:
post:
Expand Down

0 comments on commit 390e9c7

Please sign in to comment.