From b80fc46423f3f12c40a58ed571291eb7e068db79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 12 Aug 2022 19:22:33 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index dcf1148..79568cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ trigger: environment: REGISTRY_HOST: https://git.roboces.dev DESTINATION_PREFIX: git.roboces.dev/catalin/halig + PRE_COMMIT_HOME: /drone/src/.cache/.pre-commit steps: - name: restore cache @@ -28,13 +29,11 @@ steps: path_style: true mount: - .venv - - .pre_commit_cache + - .cache/.pre-commit - 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 @@ -61,7 +60,7 @@ steps: region: us-east-1 mount: - .venv - - .pre_commit_cache + - .cache/.pre-commit when: status: - failure