diff --git a/.drone.yml b/.drone.yml index cb073d2..e7e6345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,6 @@ steps: - cd src/ - dotnet restore HeartTrack.sln - dotnet build HeartTrack.sln -c Release --no-restore - # - name: code-analysis # image: mcr.microsoft.com/dotnet/sdk:8.0 # secrets: [ SECRET_SONAR_LOGIN ] @@ -35,8 +34,7 @@ steps: # - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport" # - dotnet publish HeartTrack.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net8 # - dotnet sonarscanner end /d:sonar.login=$${SONAR_TOKEN} - -- name: generate-and-deploy-docs + - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer failure: ignore commands: