[CI] Fix path error and port conflict (#5803)

This commit is contained in:
YuBaoku
2025-12-27 12:50:58 +08:00
committed by GitHub
parent da9ea88a3b
commit c3ccfa974c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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