Replace docker-compose healthchecks with wait command (#37)

This commit is contained in:
Adrian Macneil 2018-04-15 20:34:19 -07:00 committed by GitHub
parent ee3162c34c
commit c5afa36962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

View file

@ -9,6 +9,7 @@ install:
- docker-compose build
- docker-compose up -d
script:
- docker-compose run --rm dbmate make wait
- docker-compose run --rm dbmate make test
- docker-compose run --rm dbmate make lint
- docker build -t dbmate .