mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Don't try to use git commands in the SDK root
This commit is contained in:
parent
b30f63a7eb
commit
e411055048
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user