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