Skip to content

Commit

Permalink
Try to remove the repo before calling ln in circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Apr 14, 2016
1 parent ea157a8 commit bdc5ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
override:
# Get our repo into the CircleCI GOPATH.
- |
rm -rf "${REPO}"
ln -s "${HOME}/${CIRCLE_PROJECT_REPONAME}" "${REPO}"
test:
Expand Down

0 comments on commit bdc5ea0

Please sign in to comment.