Mise à jour de 'drone.yml'
continuous-integration/drone/push Build encountered an error Details

master
Enzo JOLYS 2 years ago
parent 2638120684
commit 951bd7ab61

@ -26,21 +26,6 @@ steps:
- dotnet test LeagueOfLegends.sln --no-restore
depends_on: [build]
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
volumes:
- name: docs
path: /docs
commands:
#- cd Documentation/doxygen
#- doxygen Doxyfile
- /entrypoint.sh
when:
branch:
- master
depends_on: [ build ]
- name: docker-build-and-push
image: plugins/docker

Loading…
Cancel
Save