Update trunk.sh

This commit is contained in:
Alexander David Frick 2022-08-08 00:11:35 -05:00 committed by GitHub
parent 88718c723f
commit 55fe387814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,9 +56,9 @@ gsyncShallow () {
git checkout -f origin/main &&
git rebase-update &&
git rebase-update --current &&
gclient sync -f -R -D --no-history --shallow &&
gclient sync -R -D --no-history --shallow &&
gclient runhooks &&