Skip to content

Commit

Permalink
Update the manifest twice to work around manifest generation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 27, 2018
1 parent 524bd72 commit 59500cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/ci/update-wpt-checkout
Expand Up @@ -42,9 +42,11 @@ function unsafe_pull_from_upstream() {

# Update the manifest to include the new changes.
./mach update-manifest || return 3
# Update the manifest again to reach a fixed state (https://github.com/servo/servo/issues/22235).
./mach update-manifest || return 4

# Amend the existing commit with the new changes from updating the manifest.
git commit -a --amend --no-edit || return 4
git commit -a --amend --no-edit || return 5
}

# Remove all local traces of this sync operation.
Expand Down

0 comments on commit 59500cd

Please sign in to comment.