From a3d5b79bf7e52cbcf428365790a5ffd476ec6acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 12 Aug 2022 19:14:19 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 79ca3a0..dcf1148 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,10 +28,13 @@ steps: path_style: true mount: - .venv + - .pre_commit_cache - name: install dependencies pull: true image: git.roboces.dev/catalin/poetry:beta + environment: + PRE_COMMIT_CACHE: /src/drone/.pre_commit_cache commands: - poetry config virtualenvs.in-project 1 - poetry install --with linters @@ -58,6 +61,7 @@ steps: region: us-east-1 mount: - .venv + - .pre_commit_cache when: status: - failure