From a5d214da7e929351a04cebb72d883b80ab766671 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Fri, 8 May 2026 22:14:55 +0300 Subject: [PATCH] ci: use CI_WORKSPACE instead of hardcoded blog dir --- .woodpecker/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 14e19a9..005b743 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -24,7 +24,7 @@ steps: members = ["blog", "pytfm"] EOF - git clone https://git.pyaqa.ru/pi3c/pytfm.git - - cd blog + - cd $CI_WORKSPACE - uv sync --no-dev --group lints --group tests --group types - name: lint