Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 5bc7ca653c87fda5ccea82d76bba3a5dfb4dd917..3f00ebfa1b8bb25fdbc8fc6de386f4fd7dd34e35 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -311,7 +311,6 @@ def compile_steps_swarm(api, builder_spec, got_revision, infrabots_dir, |
cipd_packages.append(pkg) |
if 'Vulkan' in builder_name: |
- version_file = infrabots_dir.join('assets', 'win_vulkan_sdk', 'VERSION') |
cipd_packages.append(cipd_pkg(api, infrabots_dir, 'win_vulkan_sdk')) |
# Fake these properties for compile tasks so that they can be de-duped. |