From 11e9f528b01853d3a7596c4445035ec996d8d5fd Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 16:36:05 +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 732f30b..adf4971 100644 --- a/.drone.yml +++ b/.drone.yml @@ -155,7 +155,7 @@ steps: commands: - cd WF_EF_Api/StubbedContextLib - dotnet tool install --global dotnet-ef - - dotnet ef database update + - dotnet-ef database update depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] - name: publish-to-registry