Skip to content

Commit

Permalink
added docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 31, 2018
1 parent 2515788 commit 905ae6e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
- image: "circleci/ubuntu-server"

steps:
- run: apk update &&
- run: apk --no-cache add ca-certificates
- 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 905ae6e

Please sign in to comment.