add ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-28 13:04:30 +01:00
parent 26b92a6f76
commit 6caab3e8da
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,7 @@ pipeline:
image: mariadb:10.3
commands:
- sleep 20
- mysql -uroot -proot -e "CREATE DATABASE app"
- mysql -hdb -uroot -proot -e "CREATE DATABASE app"
config:
image: deblan/php:8.1
commands: