From 4f755f4fb9ca12e3a04f319786e97c5c2ed24108 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 14:23:37 +0200 Subject: [PATCH] optimise volumes --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: {}