another workflow upate local
This commit is contained in:
@@ -15,8 +15,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Current workspace: $(pwd)"
|
echo "Current workspace: $(pwd)"
|
||||||
|
|
||||||
# Clean workspace first
|
# Clean workspace and temp directory first
|
||||||
rm -rf * .git* 2>/dev/null || true
|
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
|
# Clone the repository since Gitea runner doesn't auto-checkout
|
||||||
echo "Cloning repository..."
|
echo "Cloning repository..."
|
||||||
|
|||||||
@@ -15,8 +15,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Current workspace: $(pwd)"
|
echo "Current workspace: $(pwd)"
|
||||||
|
|
||||||
# Clean workspace first
|
# Clean workspace and temp directory first
|
||||||
rm -rf * .git* 2>/dev/null || true
|
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
|
# Clone the repository since Gitea runner doesn't auto-checkout
|
||||||
echo "Cloning repository..."
|
echo "Cloning repository..."
|
||||||
|
|||||||
Reference in New Issue
Block a user