We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b26f2d commit deae83eCopy full SHA for deae83e
.github/workflows/vllm_ascend_multi_node_test.yaml
@@ -92,4 +92,4 @@ jobs:
92
if: always()
93
run: |
94
docker rm -f ascend_ci_a3 2>/dev/null || true
95
- sudo rm -fr $GITHUB_WORKSPACE/.[!.]* $GITHUB_WORKSPACE/* || true
+ sudo find "$GITHUB_WORKSPACE" -mindepth 1 -maxdepth 1 -xdev -exec rm -rf {} +
0 commit comments