From 7b5206b161bbf85be563e147d532947b16d84a92 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Wed, 29 Mar 2023 14:05:42 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c9413d5..a4f8a74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: # accessible en ligne de commande par $${PLUGIN_SONAR_TOKEN} sonar_token: from_secret: SECRET_SONAR_LOGIN - depends on: [tests] + depends_on: [tests] # docker image build - name: docker-build