mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Replace docker-compose healthchecks with wait command (#37)
This commit is contained in:
parent
ee3162c34c
commit
c5afa36962
3 changed files with 11 additions and 8 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue