From 845df747370d2c9289eae324fd9394a89b32a8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Wed, 1 Feb 2023 12:03:10 +0100 Subject: [PATCH] commit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b51db3b..57be5ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: depends_on: [build] - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet7 + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 commands: - cd Sources/ - dotnet restore Solution.sln @@ -53,8 +53,8 @@ steps: - name: docs path: /docs commands: - #- cd Documentation/doxygen - #- doxygen Doxyfile + - cd Documentation/doxygen + - doxygen Doxyfile - /entrypoint.sh when: branch: