test CI 10
continuous-integration/drone/push Build is failing Details

pull/29/head
Maxime ROCHER 3 months ago
parent 56d6cac2e2
commit f71147c972

@ -8,7 +8,7 @@ trigger:
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:6.0 image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
commands: commands:
# On se positionne dans le dossier du projet # On se positionne dans le dossier du projet
- cd WF-WebAdmin/WF-WebAdmin - cd WF-WebAdmin/WF-WebAdmin
@ -20,7 +20,7 @@ steps:
- dotnet publish WF-WebAdmin.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/publish - dotnet publish WF-WebAdmin.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/publish
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
commands: commands:
- cd WF-WebAdmin/WF-WebAdmin - cd WF-WebAdmin/WF-WebAdmin
- dotnet restore WF-WebAdmin.csproj - dotnet restore WF-WebAdmin.csproj
@ -28,7 +28,7 @@ steps:
depends_on: [build] depends_on: [build]
- name: analyze - name: analyze
image: mcr.microsoft.com/dotnet/sdk:6.0 image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
commands: commands:
- cd WF-WebAdmin/WF-WebAdmin - cd WF-WebAdmin/WF-WebAdmin
- dotnet restore WF-WebAdmin.csproj - dotnet restore WF-WebAdmin.csproj
@ -39,8 +39,8 @@ steps:
- name: docker_build - name: docker_build
image: plugins/docker image: plugins/docker
settings: settings:
repo: hub.codefirst.iut.uca.fr/marc.chevaldonne/wf-webadmin repo: hub.codefirst.iut.uca.fr/WhatTheFantasy/WF-WebAdmin
registry: hub.codefirst.iut.uca.fr # S'assure que le push se fait vers le bon registry registry: hub.codefirst.iut.uca.fr
dockerfile: Docker/Dockerfile dockerfile: Docker/Dockerfile
tags: tags:
- latest - latest

Loading…
Cancel
Save