Skip to content

Commit f4cf23f

Browse files
authored
ci: ignore exit code of update-index (electron#23036)
1 parent 80b780f commit f4cf23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ step-gclient-sync: &step-gclient-sync
235235
# Re-export all the patches to check if there were changes.
236236
python src/electron/script/export_all_patches.py src/electron/patches/config.json
237237
cd src/electron
238-
git update-index --refresh
238+
git update-index --refresh || true
239239
if ! git diff-index --quiet HEAD --; then
240240
# There are changes to the patches. Make a git commit with the updated patches
241241
git add patches

0 commit comments

Comments
 (0)