From 8e6172463a71fbe4ee6b1abfff8fc731aef30e60 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sat, 25 Nov 2023 16:33:12 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ef50a14..0f1e878 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,11 @@ trigger: - master steps: - - name: app-build - image: ghcr.io/cirruslabs/flutter:3.13.9 - commands: - - cd ./Sources/justMUSIC/ - - flutter build apk + #- name: app-build + #image: ghcr.io/cirruslabs/flutter:3.13.9 + #commands: + #- cd ./Sources/justMUSIC/ + #- flutter build apk - name: build-web image: ghcr.io/cirruslabs/flutter:3.13.9