Index: recipe_modules/depot_tools/example.py |
diff --git a/recipe_modules/depot_tools/example.py b/recipe_modules/depot_tools/example.py |
index e61785f1046edaec97466580e8b9371a2b1b2786..10bdac1af42e216b2d42205a286f12577e74f4a1 100644 |
--- a/recipe_modules/depot_tools/example.py |
+++ b/recipe_modules/depot_tools/example.py |
@@ -15,6 +15,10 @@ def RunSteps(api): |
'download_from_google_storage', |
['ls', api.depot_tools.download_from_google_storage_path]) |
+ api.step( |
+ 'upload_to_google_storage', |
+ ['ls', api.depot_tools.upload_to_google_storage_path]) |
+ |
api.step('cros', ['ls', api.depot_tools.cros_path]) |
api.step( |