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

Unified Diff: recipe_modules/infra_paths/path_config.py

Issue 2473243003: swarmbucket: git_cache must be in cwd (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/infra_paths/path_config.py
diff --git a/recipe_modules/infra_paths/path_config.py b/recipe_modules/infra_paths/path_config.py
index 4ec1bc7915cc79e39b7ed103b618d7fb2b199261..5ac82af6eab145f29d0e5017a51145ee09252d2c 100644
--- a/recipe_modules/infra_paths/path_config.py
+++ b/recipe_modules/infra_paths/path_config.py
@@ -55,4 +55,4 @@ def infra_kitchen(c):
@CONFIG_CTX(includes=['infra_buildbot'])
def infra_swarmbucket(c):
- c.base_paths['git_cache'] = c.base_paths['root'] + ('git_cache',)
+ c.base_paths['git_cache'] = c.CURRENT_WORKING_DIR + ('git_cache',)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698