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