ci: ignore exit code of update-index (#23036)
This commit is contained in:
parent
80b780f277
commit
f4cf23f6ac
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ step-gclient-sync: &step-gclient-sync
|
|||
# Re-export all the patches to check if there were changes.
|
||||
python src/electron/script/export_all_patches.py src/electron/patches/config.json
|
||||
cd src/electron
|
||||
git update-index --refresh
|
||||
git update-index --refresh || true
|
||||
if ! git diff-index --quiet HEAD --; then
|
||||
# There are changes to the patches. Make a git commit with the updated patches
|
||||
git add patches
|
||||
|
|
Loading…
Reference in a new issue