mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 08:21:53 +08:00
[CI] Fix path error and port conflict (#5803)
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
while [ $CLEAN_COUNT -lt $CLEAN_RETRIES ]; do
|
||||
echo "Attempt $((CLEAN_COUNT+1)) to remove /workspace/* ..."
|
||||
rm -rf "${REPO_NAME}"* || true
|
||||
rm -rf /workspace/* || true
|
||||
sleep 2
|
||||
|
||||
# Check if anything matching /workspace/* still exists
|
||||
|
||||
Reference in New Issue
Block a user