From 17479c074867049a9a11304c164d0ea0d533f81d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Thu, 17 Feb 2022 15:52:39 +0100 Subject: [PATCH] Set cache directory --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index d7ad621..dbc057d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,9 @@ platform: os: linux arch: amd64 +environment: + PUB_CACHE: /app/.pub_cache + clone: git: image: plugins/git:next @@ -66,6 +69,7 @@ steps: pull: always image: jonasfranz/flutter:2.10.1 commands: + - flutter pub get - flutter pub run dart_code_metrics:metrics analyze lib -r html - name: convert_to_latex pull: always