Try to avoid docker/circleci btrfs issues.

This commit is contained in:
Roman Valls Guimera 2016-05-30 22:58:43 +02:00
parent 7e6150cf29
commit 4a05d28a11

View File

@ -1,4 +1,8 @@
machine:
# XXX: btrfs circleCI fix, see: https://github.com/docker/docker/issues/9939 and https://github.com/Sabayon/docker-stage3-base-amd64/commit/8c1bf737113a278dd2f
pre:
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.0-circleci'
- sudo chmod 0755 /usr/bin/docker
services:
- docker