ci: use actual clone dir name in workspace members
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
2026-05-08 22:22:53 +03:00
parent f89ef64975
commit 243e111f8a

View File

@@ -12,7 +12,6 @@ steps:
commands:
- pip install uv
- cd ..
- ln -s $CI_WORKSPACE blog
- |
cat > pyproject.toml << 'EOF'
[project]
@@ -22,7 +21,7 @@ steps:
dependencies = []
[tool.uv.workspace]
members = ["blog", "pytfm"]
members = ["blog.pyaqa.ru", "pytfm"]
EOF
- git clone https://git.pyaqa.ru/pi3c/pytfm.git
- cd $CI_WORKSPACE