Update .drone.yml

This commit is contained in:
林恒龙 2019-03-28 14:52:06 +08:00 committed by GitHub
parent 8f9123b4c5
commit b1e836b5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,14 @@ steps:
commands: commands:
- flutter packages get - flutter packages get
#- name: build_runner
# image: v7lin/flutter:1.2.1-stable
# volumes:
# - name: pub-cache
# path: /opt/flutter/.pub-cache
# commands:
# - flutter packages pub run build_runner build
- name: format - name: format
image: v7lin/flutter:1.2.1-stable image: v7lin/flutter:1.2.1-stable
volumes: volumes: