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