Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1437)

Unified Diff: sky/tools/deploy_sdk.py

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tools/deploy_sdk.py
diff --git a/sky/tools/deploy_sdk.py b/sky/tools/deploy_sdk.py
index ec147dbb375b7410ea6211d0a2ffdc48b7b56ad1..dcedc66d1ac0675f6fcc86cadfb1efda304e2132 100755
--- a/sky/tools/deploy_sdk.py
+++ b/sky/tools/deploy_sdk.py
@@ -106,7 +106,6 @@ def main():
ensure_dir_exists(sdk_root)
# Manually clear sdk_root above to avoid deleting dot-files.
delete_all_non_hidden_files_in_directory(sdk_root, args.non_interactive)
- copy(src_path('sky/examples'), sdk_path('examples'))
copy(src_path('sky/sdk/README.md'), sdk_root)

Powered by Google App Engine
This is Rietveld 408576698