提交 df1dadb8 编写于 作者: E Eric Seidel

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 .
上级 a36e246c
......@@ -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?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册