mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Supress output from git push in WPT sync.
This commit is contained in:
parent
1bd3f0e9e4
commit
b003f5ad06
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ function unsafe_open_pull_request() {
|
||||||
AUTH="${WPT_SYNC_USER}:${WPT_SYNC_TOKEN}"
|
AUTH="${WPT_SYNC_USER}:${WPT_SYNC_TOKEN}"
|
||||||
UPSTREAM="https://${AUTH}@github.com/${WPT_SYNC_USER}/servo.git"
|
UPSTREAM="https://${AUTH}@github.com/${WPT_SYNC_USER}/servo.git"
|
||||||
git remote add "${REMOTE_NAME}" "${UPSTREAM}" || return 2
|
git remote add "${REMOTE_NAME}" "${UPSTREAM}" || return 2
|
||||||
git push -f "${REMOTE_NAME}" "${BRANCH_NAME}" || return 3
|
git push -f "${REMOTE_NAME}" "${BRANCH_NAME}" &>/dev/null || return 3
|
||||||
|
|
||||||
# Prepare the pull request metadata.
|
# Prepare the pull request metadata.
|
||||||
BODY="Automated downstream sync of changes from upstream as of "
|
BODY="Automated downstream sync of changes from upstream as of "
|
||||||
|
|
|
@ -36,4 +36,4 @@ cd ../..
|
||||||
ghp-import -n target/doc
|
ghp-import -n target/doc
|
||||||
git push -qf \
|
git push -qf \
|
||||||
"https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \
|
"https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \
|
||||||
>/dev/null 2>&1
|
&>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue