1
0
Fork 0

Set cache directory

main
Jonas Franz 3 years ago
parent 884c6163a6
commit 17479c0748
  1. 4
      .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

Loading…
Cancel
Save