Compare commits

...

2 commits

Author SHA1 Message Date
Simon Vieille 39ae17717b Merge branch 'develop'
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline failed
ci/woodpecker/deployment/build Pipeline failed
2024-03-22 09:36:38 +01:00
Simon Vieille 058a919464
update ci
Some checks failed
ci/woodpecker/push/build Pipeline failed
2024-03-22 09:36:36 +01:00

View file

@ -14,7 +14,6 @@ steps:
db-create:
image: mariadb:10.3
secrets: [mysqldump]
commands:
- mysql -hdb -uroot -proot -e "CREATE DATABASE app"