mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Extend tools/upgrade_v8.sh (#447)
This commit is contained in:
parent
fa8f636397
commit
7b62f73ab3
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ git submodule foreach '[ -f ./include/v8.h ] || (export SHA=`git log upstream/ma
|
|||
|
||||
git -C build push git@github.com:denoland/chromium_build HEAD:refs/heads/$BRANCH
|
||||
git -C buildtools push git@github.com:denoland/chromium_buildtools HEAD:refs/heads/$BRANCH
|
||||
|
||||
git -C build push git@github.com:denoland/chromium_build upstream/master:refs/heads/upstream
|
||||
git -C buildtools push git@github.com:denoland/chromium_buildtools upstream/master:refs/heads/upstream
|
||||
|
|
Loading…
Reference in a new issue