Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

main
Maxence LANONE 2 years ago
parent d5d17d7f3f
commit 54b3c03d23

@ -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: {}

Loading…
Cancel
Save