0
0
Fork 0
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:
Bert Belder 2020-08-28 17:12:35 +02:00
parent fa8f636397
commit 7b62f73ab3
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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