correction bug ci
continuous-integration/drone/push Build is passing Details

master
Yoan 2 years ago
parent 7b4dd95a4a
commit d12fd52ec2

@ -22,6 +22,22 @@ steps:
- dotnet test Ohara.sln --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
depends_on: [build]
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
volumes:
- name: docs
path: /docs
commands:
- /entrypoint.sh
when:
branch:
- master
event:
- push
- pull_request
depends_on: [build,tests]
- name: code-inspection
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui
secrets: [ SECRET_SONAR_LOGIN ]
@ -42,18 +58,4 @@ steps:
- dotnet sonarscanner end /d:sonar.login=$${sonar_token}
depends_on: [tests]
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
volumes:
- name: docs
path: /docs
commands:
- /entrypoint.sh
when:
branch:
- master
event:
- push
- pull_request
depends_on: [build,tests]
Loading…
Cancel
Save