From 970e29ee1b963a77c08a9941e9743c6765b05a57 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Wed, 2 Aug 2023 12:56:07 +0200 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 241285b..f43b97f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,11 @@ trigger: - push steps: - - name: app-build - image: cirrusci/flutter:stable - commands: - - cd ./Sources/justMUSIC/ - - flutter build apk +# - name: app-build +# image: cirrusci/flutter:stable +# commands: +# - cd ./Sources/justMUSIC/ +# - flutter build apk - name: code-analysis image: cirrusci/flutter:stable