diff --git a/.drone.yml b/.drone.yml index 7fe7768..916cdaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,13 +13,11 @@ trigger: steps: - name: build image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest - volumes: - - name: Documentation - path: /Documentation commands: - cd src/Banquale/ - dotnet restore Banquale.sln - dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 + - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: @@ -60,6 +58,3 @@ steps: - push depends_on: [ build, tests ] -volumes: -- name: docs - temp: {}