We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b780f commit f4cf23fCopy full SHA for f4cf23f
.circleci/config.yml
@@ -235,7 +235,7 @@ step-gclient-sync: &step-gclient-sync
235
# Re-export all the patches to check if there were changes.
236
python src/electron/script/export_all_patches.py src/electron/patches/config.json
237
cd src/electron
238
- git update-index --refresh
+ git update-index --refresh || true
239
if ! git diff-index --quiet HEAD --; then
240
# There are changes to the patches. Make a git commit with the updated patches
241
git add patches
0 commit comments