[wip] tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-09-13 20:53:15 +02:00
parent 4bb2cc557f
commit d8f3979861
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -25,8 +25,6 @@ pipeline:
- echo APP_ENV=prod >> .env.local
- echo APP_SECRET=$(openssl rand -hex 32) >> .env.local
- echo DATABASE_URL=mysql://root:root@db/app >> .env.local
when:
branch: [master, master-*, develop, develop-*]
#
# php-composer:
# image: deblan/php:8.1