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