From 84725a2e3e5021b027f6b58746eabd1ad81448d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 12 Aug 2022 18:52:11 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a43eef0..55650c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,14 +32,14 @@ steps: - name: install dependencies image: git.roboces.dev/catalin/poetry:beta commands: - - ls -al + - ls -alR .venv - poetry config virtualenvs.in-project 1 - poetry install --with linters - name: lint image: git.roboces.dev/catalin/poetry:beta commands: - - ls -al + - ls -alR .venv - venv/bin/pre-commit run --all-files --color always - name: rebuild cache