Don't try to use git commands in the SDK root

This commit is contained in:
Adam Barth 2015-07-21 17:19:46 -07:00
parent b30f63a7eb
commit e411055048

View File

@ -66,8 +66,6 @@ def main():
run(sky_engine_root, ['mojo/tools/mojob.py', 'build', '--android', '--release'])
# Run tests?
run(sky_sdk_root, ['git', 'fetch'])
run(sky_sdk_root, ['git', 'reset', '--hard', 'upstream/master'])
run(sky_engine_root, [
'sky/tools/deploy_sdk.py',
'--non-interactive',