mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Auto merge of #20321 - servo:jdm-patch-6, r=emilio
Remove update-manifest argument that is no longer valid. This nightly sync job is now broken since #20312 because it doesn't need to select a particular binary. We can get rid of the unnecessary argument to fix it. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20321) <!-- Reviewable:end -->
This commit is contained in:
commit
2f8fa32e91
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function unsafe_pull_from_upstream() {
|
|||
fi
|
||||
|
||||
# Update the manifest to include the new changes.
|
||||
./mach update-manifest --release || return 3
|
||||
./mach update-manifest || return 3
|
||||
|
||||
# Amend the existing commit with the new changes from updating the manifest.
|
||||
git commit -a --amend --no-edit || return 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue