Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

Docker
Emre KARTAL 2 years ago
parent da790e01e1
commit 8ee355a1fe

@ -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

Loading…
Cancel
Save