From 1558afe64da4cc8efcc8f42b60645b1b75ac4bfe Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 19 Oct 2023 11:16:37 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7e55b260..82036eff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ steps: image: composer:2.6 commands: - cd Sources - - ls # Installe les dépendances PHP si nécessaire - composer install --no-interaction - ./vendor/bin/phpunit