Skip to content

Commit

Permalink
setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 31, 2018
1 parent f89705b commit 4e68f29
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,22 @@ jobs:

test-alpine:
docker:
- image: "alpine"
- image: technekes/circleci:alpine

working_directory: /tmp/app

steps:
- run: ls
- setup_remote_docker

- run:
name: Build the image(s)
command: |
docker-compose build
- run:
name: Run tests
command: |
docker-compose run ci
- attach_workspace:
at: build
Expand Down

0 comments on commit 4e68f29

Please sign in to comment.