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

Unified Diff: scripts/slave/recipes/chromedriver.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: Created 4 years, 4 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: scripts/slave/recipes/chromedriver.py
diff --git a/scripts/slave/recipes/chromedriver.py b/scripts/slave/recipes/chromedriver.py
index d49c4374ffb96e6fbe2824e3f1aa045a47acbc11..81a687cb9d32c4862d4d2ca5eaf6cdb78170eab7 100644
--- a/scripts/slave/recipes/chromedriver.py
+++ b/scripts/slave/recipes/chromedriver.py
@@ -56,7 +56,7 @@ def RunSteps(api):
update_test_log = builder.get('update_test_log')
platform = builder.get('chromedriver_platform')
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.gclient.apply_config('android')
api.gclient.apply_config('chromedriver')
api.bot_update.ensure_checkout()
« no previous file with comments | « scripts/slave/recipes/catapult_cron.py ('k') | scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698