From ad64bf3861c566da6b74ac3561af6ead40694920 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 23 Oct 2024 08:21:31 +0200 Subject: [PATCH] Create report directory --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 514c673..3ecf992 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,8 +46,7 @@ pipeline { steps { // Install dependencies sh """ - rm -rf ./report - mkdir -p ./report + rm -rf ./report && mkdir -p ./report docker compose exec php composer install docker compose exec php php bin/console lexik:jwt:generate-keypair --overwrite docker compose exec php php bin/console doctrine:migrations:migrate --no-interaction