Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update docker commands to solve error
Browse files Browse the repository at this point in the history
  • Loading branch information
phoolish committed Feb 17, 2017
1 parent 5a55529 commit ef29cc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ dependencies:
override:
- docker info
- docker-compose pull
- docker-compose build
- docker-compose build --rm=false

database:
override:
- echo "No database necessary."

test:
override:
- docker-compose run --rm berks
- docker-compose run --rm foodcritic -f any .
- docker-compose run --rm rubocop
- docker-compose run --rm rspec
- docker-compose run --rm=false berks
- docker-compose run --rm=false foodcritic -f any .
- docker-compose run --rm=false rubocop
- docker-compose run --rm=false rspec

0 comments on commit ef29cc3

Please sign in to comment.