pull/12/head
Nicolas Arenas 2024-10-23 01:20:42 +02:00
parent c9320fb658
commit 3bb426c6c3
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -50,7 +50,6 @@ pipeline {
docker compose exec php php bin/console lexik:jwt:generate-keypair --overwrite
docker compose exec php php bin/console doctrine:migrations:migrate --no-interaction
docker compose exec php php bin/console doctrine:fixtures:load --no-interaction
// Create report directory
docker compose exec php mkdir -p /report
"""
}