Skip to content

Commit

Permalink
-f
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Apr 3, 2020
1 parent 0551d78 commit 199e302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ step-gclient-sync: &step-gclient-sync
"$CIRCLE_REPOSITORY_URL"
if ! gclient sync --with_branch_heads --with_tags; then
if ELECTRON_USE_THREE_WAY_MERGE_FOR_PATCHES=1 gclient sync --with_branch_heads --with_tags; then
if ELECTRON_USE_THREE_WAY_MERGE_FOR_PATCHES=1 gclient sync -f --with_branch_heads --with_tags; then
# Re-export all the new patches now that they've been nicely 3-way
# merged
python src/electron/script/export_all_patches.py src/electron/patches/config.json
Expand Down

0 comments on commit 199e302

Please sign in to comment.