Skip to content

Commit

Permalink
CI cleanup [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Nov 21, 2015
1 parent c712d43 commit e1b457b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
machine:
environment:
#GOPATH: /home/ubuntu:$GOPATH
#SRCDIR: /home/ubuntu$GOPATH/src/github.com/janeczku/docker-machine-vultr
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"

dependencies:
Expand All @@ -10,10 +8,8 @@ dependencies:
- mkdir -p "$GOPATH/src/$IMPORT_PATH"
- rsync -azC --delete ./ "$GOPATH/src/$IMPORT_PATH/"
- test -d "$GOPATH/src/github.com/docker/" && rm -rf "$GOPATH/src/github.com/docker" || true
#- test -d /home/ubuntu/.go_workspace/src/github.com/janeczku/ || mkdir -p /home/ubuntu/.go_workspace/src/github.com/janeczku/
#- test -e /home/ubuntu/.go_workspace/src/github.com/janeczku/docker-machine-vultr || ln -s /home/ubuntu/docker-machine-vultr/ /home/ubuntu/.go_workspace/src/github.com/janeczku/
- test -d /home/ubuntu/.go_workspace/src/github.com/docker/ && rm -rf /home/ubuntu/.go_workspace/src/github.com/docker || true
override:
#- go get -u github.com/docker/machine
- make get-deps
- ls /usr/local/go_workspace/src/github.com
- ls /home/ubuntu/.go_workspace/src/github.com
Expand Down

0 comments on commit e1b457b

Please # to comment.