Add warning about spurious 'git cl upload' messages (#4800)

Fixes #4186
This commit is contained in:
Ryan Harrison 2022-05-11 15:17:21 -04:00 committed by GitHub
parent f74b85853c
commit 98340ec500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ if [[ $(git diff --stat) != '' ]]; then
exit 1
fi
echo "*** Ignore messages about running 'git cl upload' ***"
old_head=$(git rev-parse HEAD)
set +e