diff --git a/.drone.yml b/.drone.yml index 453e155..6fab538 100644 --- a/.drone.yml +++ b/.drone.yml @@ -141,17 +141,17 @@ platform: steps: - name: fetch - image: openpriv/flutter-desktop:windows-dev - commands: - - git fetch --tags - - git describe --tags > VERSION - - date +%G-%m-%d-%H-%M > BUILDDATE + image: openpriv/flutter-desktop:windows-dev + commands: + - git fetch --tags + - git describe --tags > VERSION + - date +%G-%m-%d-%H-%M > BUILDDATE - name: build-windows - image: openpriv/flutter-desktop:windows-dev - commands: - - flutter pub get - - mkdir deploy - - flutter build windows + image: openpriv/flutter-desktop:windows-dev + commands: + - flutter pub get + - mkdir deploy + - flutter build windows trigger: repo: flutter/flutter_app