From e42239f12c1a5259661c4a210c0f91ad834082e3 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Wed, 1 Feb 2023 09:16:53 +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 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6fc49ee..8363cd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,19 +41,6 @@ steps: from_secret: SECRET_SONAR_LOGIN depends on: [tests] - - name: generate-and-deploy-docs - image: pubhub.codefirst.iut.uca.fr/thbellem/codefirst-docdeployer - volumes: - - name: docs - path: /Document - commands: - - cd Document/doxygen - - doxygen Doxyfile - - /entrypoint.sh - when: - branch: - - master - depends_on: [ build ] volumes: - name: docs temp: {} \ No newline at end of file