From ae945c86cc054fb1f137725bae158d1bef636b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sat, 29 Oct 2022 16:09:26 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ac77162..815c081 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: cirrusci/flutter:stable commands: - flutter doctor - - cd ./Sources/ + - cd ./Sources/dafl_project_flutter/ - flutter build apk # build CONTAINER for sonar on cirrusci IMAGE