From 2f680db1ced05f8fc6f0e19e9dfed1e89b2f4a78 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Thu, 11 Nov 2021 20:31:25 -0600 Subject: [PATCH] Refactor for gclient sync --- trunk.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trunk.sh b/trunk.sh index 464a98af..63c91199 100644 --- a/trunk.sh +++ b/trunk.sh @@ -12,9 +12,7 @@ git rebase-update && git fetch --tags && -gclient sync -D && - -gclient sync --with_branch_heads --with_tags && +gclient sync --with_branch_heads --with_tags -D && gclient runhooks &&