Skip to content

Commit 55624f5

Browse files
removes stale tags from a local copy (#5)
* removes stale tags from a local copy * update tags in a local copy
1 parent 697b328 commit 55624f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ if [ -d "$CLONE_DIR" ]; then
6363
git clean -df
6464
git gc --force
6565
git_retry git remote prune origin
66+
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
6667

6768
echo "Fetching the updates from origin"
6869
git_retry git fetch --tags

0 commit comments

Comments
 (0)