Skip to content

Commit

Permalink
circleci WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
paulombcosta committed Sep 17, 2016
1 parent f924838 commit 4e3141f
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 @@ -2,7 +2,7 @@ machine:
environment:
GODIST: "go1.7.linux-amd64.tar.gz"
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
GOPATH: "/home/ubuntu/go"
GOPATH: "/home/ubuntu/golly/go"
post:
- mkdir -p download
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
Expand Down

0 comments on commit 4e3141f

Please sign in to comment.