Commit dfe6bbbb authored by nodir's avatar nodir Committed by Commit bot

swarmbucket: git_cache must be in cwd

on swarmbucket, git_cache must be in cwd

R=vadimsh@chromium.org, martiniss@chromium.org

Review-Url: https://codereview.chromium.org/2473243003
parent 5da21889
......@@ -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',)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment