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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user