From eabd88e959af0daed464e4df479362177f740253 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Thu, 14 Dec 2023 16:03:17 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8c7fb4dc..fe49e6cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,6 @@ steps: # Installe les dépendances PHP si nécessaire - composer install --no-interaction - ./vendor/bin/phpunit tests - depends_on: [ docker-build-and-push ] # Sonar static code analisis deployment # TODO : use an image that already have unzip