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

This commit is contained in:
Simon Vieille 2022-12-28 13:02:49 +01:00
parent 9c8c3db9f1
commit 26b92a6f76
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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