From 1e2f85db642b913d65b1927f2af8e85faf08f65b Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Tue, 19 Dec 2023 14:52:20 +0100 Subject: [PATCH] Fix : Testing Drone thing --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e17cf47..86f0554 100755 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: depends_on: [build] - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7 commands: - cd Blazor/ - dotnet restore Blazor.sln @@ -43,7 +43,7 @@ steps: depends_on: [tests] - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7 failure: ignore volumes: - name: docs