ci: use CI_WORKSPACE instead of hardcoded blog dir
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
2026-05-08 22:14:55 +03:00
parent b1b7e5d1f3
commit a5d214da7e

View File

@@ -24,7 +24,7 @@ steps:
members = ["blog", "pytfm"] members = ["blog", "pytfm"]
EOF EOF
- git clone https://git.pyaqa.ru/pi3c/pytfm.git - git clone https://git.pyaqa.ru/pi3c/pytfm.git
- cd blog - cd $CI_WORKSPACE
- uv sync --no-dev --group lints --group tests --group types - uv sync --no-dev --group lints --group tests --group types
- name: lint - name: lint