mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +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
5
Makefile
5
Makefile
|
|
@ -21,6 +21,11 @@ test:
|
|||
lint:
|
||||
gometalinter.v2 $(PACKAGES)
|
||||
|
||||
.PHONY: wait
|
||||
wait:
|
||||
dbmate -e MYSQL_URL wait
|
||||
dbmate -e POSTGRESQL_URL wait
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue