Skip to content

Commit 4cb99ff

Browse files
committedApr 12, 2024
Prune old remote refs on git fetch.
1 parent 71bd28d commit 4cb99ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959
pushd "${REPO}" > /dev/null 2>&1
6060
echo "> detaching"
6161
git checkout --detach
62-
git fetch
62+
git fetch -p
6363

6464
tasks=()
6565
for branch in $(git for-each-ref refs/remotes/origin --format="%(refname:lstrip=3)"); do

0 commit comments

Comments
 (0)
Please sign in to comment.