mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a git fetch before git reset --hard origin/master in big_red_button.py
TBR=johnmccutchan@google.com Review URL: https://codereview.chromium.org/1235593003 .
This commit is contained in:
parent
b514b3351c
commit
6c43a24439
@ -90,6 +90,7 @@ def main():
|
||||
run(mojo_root, ['mojo/tools/mojob.py', 'build', '--android', '--release'])
|
||||
# Run tests?
|
||||
|
||||
run(sky_sdk_root, ['git', 'fetch'])
|
||||
run(sky_sdk_root, ['git', 'reset', '--hard', 'origin/master'])
|
||||
run(mojo_root, [
|
||||
'sky/tools/deploy_sdk.py',
|
||||
@ -99,6 +100,7 @@ def main():
|
||||
])
|
||||
# tag for version?
|
||||
|
||||
run(demo_site_root, ['git', 'fetch'])
|
||||
run(demo_site_root, ['git', 'reset', '--hard', 'origin/master'])
|
||||
run(mojo_root, ['mojo/tools/deploy_domokit_site.py', demo_site_root])
|
||||
# tag for version?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user