From 282c811f2efe9e988abbf70df61bdc7234d8328c Mon Sep 17 00:00:00 2001 From: v7lin Date: Fri, 17 May 2019 11:29:45 +0800 Subject: [PATCH] =?UTF-8?q?gradle=20=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index aa3c725..401aabb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,6 +49,8 @@ steps: volumes: - name: pub-cache path: /opt/flutter/.pub-cache + - name: gradle + path: /root/.gradle commands: - cd example/ - flutter build apk @@ -75,3 +77,5 @@ steps: volumes: - name: pub-cache temp: {} +- name: gradle + temp: {}