From 71ac302022cc57cdb376958a26c976682b4c8f26 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Wed, 25 Jan 2023 05:12:18 -0600 Subject: [PATCH] Update trunk.sh --- trunk.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk.sh b/trunk.sh index 6c568d3c..f755b45a 100755 --- a/trunk.sh +++ b/trunk.sh @@ -244,6 +244,8 @@ git rebase-update && git fetch --tags && +git clean -ffd && + gclient sync --with_branch_heads --with_tags -f -R -D && gclient runhooks &&