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

Unified Diff: scripts/slave/recipes/ozone_ecs.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/nacl_ports.py ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/ozone_ecs.py
diff --git a/scripts/slave/recipes/ozone_ecs.py b/scripts/slave/recipes/ozone_ecs.py
index 38db561255a032cdfff48c8f31063d3729e435bb..b9b3d7f3025c105e54455709b8b42a6b0fcbdd93 100644
--- a/scripts/slave/recipes/ozone_ecs.py
+++ b/scripts/slave/recipes/ozone_ecs.py
@@ -65,7 +65,7 @@ dbus_tests = freeze([
def RunSteps(api):
api.chromium.set_config('chromium', BUILD_CONFIG='Debug')
- api.gclient.set_config('chromium', BUILD_CONFIG='Debug', GIT_MODE=True)
+ api.gclient.set_config('chromium', BUILD_CONFIG='Debug')
api.bot_update.ensure_checkout()
« no previous file with comments | « scripts/slave/recipes/nacl_ports.py ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698