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

master
Louis DUFOUR 2 years ago
parent 1e00ffd186
commit a321604b90

@ -6,7 +6,6 @@ trigger:
event:
- push
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
@ -40,7 +39,7 @@ steps:
- dotnet test LeagueOfLegends.sln --no-restore
depends_on: [build]
- name: generate-and-deploy-docs
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
volumes:
@ -55,7 +54,6 @@ steps:
- master
depends_on: [ build ]
# container deployment
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
@ -66,7 +64,6 @@ steps:
OVERWRITE: true
depends_on: [ docker-build-and-push ]
- name: code-analysis
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
commands:

Loading…
Cancel
Save