aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/common.py b/infra/bots/common.py
index 2748c54099..e1123ef1d5 100644
--- a/infra/bots/common.py
+++ b/infra/bots/common.py
@@ -155,7 +155,7 @@ class BotInfo(object):
self.spec = self.get_bot_spec(bot_name)
self.bot_cfg = self.spec['builder_cfg']
if self.bot_cfg['role'] == 'Build':
- self.out_dir = os.path.join(swarm_out_dir, 'out')
+ self.out_dir = swarm_out_dir
else:
self.out_dir = 'out'
self.configuration = self.spec['configuration']