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',) |