From 8ee355a1feeab8bff50a016fef68b70ccc6b864e Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Thu, 9 Feb 2023 18:02:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b994588..7361c68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,14 @@ trigger: steps: # build CONTAINER for app-build on flutter IMAGE - name: app-build - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-flutter + image: cirrusci/flutter:stable commands: - cd ./Sources/bowlin_project/ - flutter build apk # build CONTAINER for sonar on flutter IMAGE - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-flutter + image: cirrusci/flutter:stable environment: SONAR_TOKEN: from_secret: SONAR_TOKEN