From ba8834338d7fe5544f3ee96469d93ff01fa7dea4 Mon Sep 17 00:00:00 2001 From: v7lin Date: Thu, 14 Nov 2019 22:58:14 +0800 Subject: [PATCH] tencent_kit --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index a77f99b..844719d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,16 +18,16 @@ steps: # commands: # - flutter packages pub run build_runner build --delete-conflicting-outputs -- name: android-check - image: v7lin/flutter:1.9.1-hotfix.6-stable - volumes: - - name: pub-cache - path: /opt/flutter/.pub-cache - - name: gradle - path: /root/.gradle - commands: - - cd example/android/ - - ./gradlew :tencent_kit:check +#- name: android-check +# image: v7lin/flutter:1.9.1-hotfix.6-stable +# volumes: +# - name: pub-cache +# path: /opt/flutter/.pub-cache +# - name: gradle +# path: /root/.gradle +# commands: +# - cd example/android/ +# - ./gradlew :tencent_kit:check - name: format image: v7lin/flutter:1.9.1-hotfix.6-stable