aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_housekeeper.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_housekeeper.py')
-rw-r--r--infra/bots/recipes/swarm_housekeeper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
index e318463b37..4400f3f8ed 100644
--- a/infra/bots/recipes/swarm_housekeeper.py
+++ b/infra/bots/recipes/swarm_housekeeper.py
@@ -47,8 +47,7 @@ def RunSteps(api):
api.run(
api.step,
'generate and upload doxygen',
- cmd=['python', api.core.resource('generate_and_upload_doxygen.py'),
- gsutil_path],
+ cmd=['python', api.core.resource('generate_and_upload_doxygen.py')],
cwd=cwd,
abort_on_failure=False)