From 91dbf1494182c8f117bd8d0346af3b7f9e1dd2be Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Fri, 23 Feb 2024 09:49:34 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0609d46..8221008 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8:latest + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8 commands: - cd src/ - dotnet restore HeartTrack.sln