From c5fc1e0a5cc87d7ee9cc1a1307f7b9ebb0ff9de2 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 6 Mar 2023 17:49:34 +0100 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 0a13ee4..048dcf4 100644 --- a/drone.yml +++ b/drone.yml @@ -24,7 +24,8 @@ steps: - cd Sources/ - dotnet restore LeagueOfLegends.sln - dotnet test LeagueOfLegends.sln --no-restore - depends_on: [build] + depends_on: + - build - name: docker-build-and-push