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

Loading…
Cancel
Save