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

Unified Diff: scripts/slave/recipes/skia/ct_skps.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/run_presubmit.py ('k') | scripts/slave/recipes/skia/swarm_trigger.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/skia/ct_skps.py
diff --git a/scripts/slave/recipes/skia/ct_skps.py b/scripts/slave/recipes/skia/ct_skps.py
index 2256dbf834ec9abf1fba1cf0b4d45249a1614565..043296ebea744d418f2f8345a60b9d8b0ddf8aa1 100644
--- a/scripts/slave/recipes/skia/ct_skps.py
+++ b/scripts/slave/recipes/skia/ct_skps.py
@@ -78,7 +78,7 @@ def RunSteps(api):
raise Exception('Do not recognise the buildername %s.' % buildername)
# Checkout Skia and Chromium.
- gclient_cfg = api.gclient.make_config(GIT_MODE=True)
+ gclient_cfg = api.gclient.make_config()
skia = gclient_cfg.solutions.add()
skia.name = 'skia'
« no previous file with comments | « scripts/slave/recipes/run_presubmit.py ('k') | scripts/slave/recipes/skia/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698