diff --git a/.drone.jsonnet b/.drone.jsonnet index 42cdb7b..aa45eb6 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -18,7 +18,7 @@ local flutter_builder(name, image, target, build_type, extra_cmds=[], allow_fail [if allow_fail then "failure"]: "ignore", environment: { SSH_KEY: { from_secret: "SSH_KEY" }, ANDROID: "android" }, commands: [ - '/opt/flutter/bin/flutter build ' + target + ' --' + build_type + 'flutter build ' + target + ' --' + build_type ] + extra_cmds } ]