Skip to content

Instantly share code, notes, and snippets.

@nacika-ins
Last active September 21, 2017 10:44
Show Gist options
  • Save nacika-ins/5f26956b7f57b4c7f5d99438bda80f87 to your computer and use it in GitHub Desktop.
Save nacika-ins/5f26956b7f57b4c7f5d99438bda80f87 to your computer and use it in GitHub Desktop.
circle-ci-docker-1.10.0
machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
dependencies:
pre:
- pip install docker-compose
test:
pre:
- docker-compose build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment