another workflow upate local

This commit is contained in:
2025-09-22 09:04:01 -04:00
parent a4b1042b65
commit 927d7cdeff
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -15,8 +15,9 @@ jobs:
run: |
echo "Current workspace: $(pwd)"
# Clean workspace first
# Clean workspace and temp directory first
rm -rf * .git* 2>/dev/null || true
rm -rf /tmp/repo 2>/dev/null || true
# Clone the repository since Gitea runner doesn't auto-checkout
echo "Cloning repository..."
+2 -1
View File
@@ -15,8 +15,9 @@ jobs:
run: |
echo "Current workspace: $(pwd)"
# Clean workspace first
# Clean workspace and temp directory first
rm -rf * .git* 2>/dev/null || true
rm -rf /tmp/repo 2>/dev/null || true
# Clone the repository since Gitea runner doesn't auto-checkout
echo "Cloning repository..."