Skip to content

Commit

Permalink
Install docker-compose 1.10 manually
Browse files Browse the repository at this point in the history
Randomly, the docker-compose installed by pip was downgraded to a
version that couldn't parse version-2-style docker-compose files.
This attempts to get version 1.10 manually.
  • Loading branch information
peterbourgon committed Feb 4, 2017
1 parent bbb2306 commit 6e9098f
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
- curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
- 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 6e9098f

Please sign in to comment.