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

test_old_branch
Jérémy Mouyon 12 months ago
parent e26bb1a66f
commit 549a48b2f3

@ -22,15 +22,13 @@ steps:
- dotnet test QwirkleWithoutMaui.sln --no-restore
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
volumes:
- name: docs
path: /docs
commands:
- ./entrypoint.sh -l /docs -t doxygen
when:
branch:
- master
event:
- push
- /entrypoint.sh
- name: code-inspection
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8

Loading…
Cancel
Save