From 54b3c03d23bb9f58f2a4e2a09df1daecd5c67651 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Wed, 1 Feb 2023 01:05:39 +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 | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2b1a07c..9d653b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,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 Solution1/ - dotnet restore Solution1_CI.sln @@ -42,21 +42,6 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN depends on: [tests] - - - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer - failure: ignore - volumes: - - name: docs - path: /Document - commands: - - cd Document/doxygen - - doxygen Doxyfile - - /entrypoint.sh - when: - branch: - - master - depends_on: [ build ] volumes: - name: docs temp: {}