diff --git a/.drone.yml b/.drone.yml index 3dfee68..ac77162 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: image: cirrusci/flutter:stable commands: - flutter doctor - - flutter build + - cd ./Sources/ + - flutter build apk # build CONTAINER for sonar on cirrusci IMAGE - name: code-analysis