提交 82fca35f 编写于 作者: J John McCutchan

whitespace

上级 9432cb2b
......@@ -117,14 +117,14 @@ def main():
run(sky_engine_root, ['cp', 'AUTHORS', 'LICENSE', sky_package_root])
if args.stage_two:
upload_artifacts(android_dist_root, 'android-arm', commit_hash)
upload_artifacts(linux_dist_root, 'linux-x64', commit_hash)
upload_artifacts(android_dist_root, 'android-arm', commit_hash)
upload_artifacts(linux_dist_root, 'linux-x64', commit_hash)
if args.publish:
run(sky_engine_package_root, [pub_path, 'publish', '--force'])
run(sky_services_package_root, [pub_path, 'publish', '--force'])
if args.stage_two:
run(sky_package_root, [pub_path, 'publish', '--force'])
run(sky_package_root, [pub_path, 'publish', '--force'])
if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册