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

Unified Diff: scripts/slave/recipes/run_presubmit.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
« no previous file with comments | « scripts/slave/recipes/perf/telemetry_harness_upload.py ('k') | scripts/slave/recipes/skia/ct_skps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 21a65f296ce5f2cba02a82f165918a893f3749d0..861a7a4b10e42dea069fdc63f5980c678d53aedf 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -25,7 +25,7 @@ def _RunStepsInternal(api):
force_checkout = api.properties.get('force_checkout', False)
patch_storage = api.properties.get('patch_storage', 'rietveld')
- api.gclient.set_config(repo_name, GIT_MODE=True)
+ api.gclient.set_config(repo_name)
kwargs = {}
if patch_storage == 'gerrit':
« no previous file with comments | « scripts/slave/recipes/perf/telemetry_harness_upload.py ('k') | scripts/slave/recipes/skia/ct_skps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698