Skip to content

Commit

Permalink
Merge pull request go-kit#448 from go-kit/upgrade-docker-compose
Browse files Browse the repository at this point in the history
Install docker-compose 1.10 manually
  • Loading branch information
peterbourgon authored Feb 4, 2017
2 parents bbb2306 + fb4e54c commit 4eb1e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ machine:

dependencies:
pre:
- sudo pip install docker-compose
- sudo curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
- sudo chmod +x /usr/local/bin/docker-compose
- docker-compose -f docker-compose-integration.yml up -d --force-recreate

test:
Expand Down

0 comments on commit 4eb1e49

Please sign in to comment.