mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 13:58:14 -05:00
Remove git clean -xdf from E2A-Test.yml
This commit is contained in:
3
.github/workflows/E2A-Test.yml
vendored
3
.github/workflows/E2A-Test.yml
vendored
@@ -84,7 +84,6 @@ jobs:
|
||||
|
||||
echo "==> Cleaning working directory"
|
||||
git reset --hard
|
||||
git clean -xdf
|
||||
else
|
||||
echo "==> Cloning fresh"
|
||||
git clone "$REPO_URL" "$REPO_DIR"
|
||||
@@ -105,7 +104,6 @@ jobs:
|
||||
# Reset to base branch
|
||||
git checkout -B "$BASE_REF" "remotes/origin/$BASE_REF"
|
||||
git reset --hard "origin/$BASE_REF"
|
||||
git clean -xdf
|
||||
|
||||
# Merge PR source
|
||||
if ! git merge --no-ff --no-edit "origin/$HEAD_REF"; then
|
||||
@@ -117,7 +115,6 @@ jobs:
|
||||
git fetch origin "$TRIGGER_SHA"
|
||||
git checkout --detach "$TRIGGER_SHA"
|
||||
git reset --hard "$TRIGGER_SHA"
|
||||
git clean -xdf
|
||||
fi
|
||||
|
||||
echo "==> Final repo state:"
|
||||
|
||||
Reference in New Issue
Block a user