From b282b6a3733ba5d1d31e5f2907d2fcc9f05870e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20Bence?= Date: Fri, 8 May 2020 22:19:21 +0200 Subject: [PATCH] play with ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05488e7..0d2ce9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: environment: REDIS_URL: "redis://cache" commands: - - pip3 install -r requirements.txt + - pip3 install --cache-dir='./.pipcache' -r requirements.txt - pytest test.py @@ -80,4 +80,4 @@ services: volumes: - name: cache - temp: {} + host: /tmp/cache