ci: use actual clone dir name in workspace members
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user