aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/download_asset.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/download_asset.isolate')
-rw-r--r--infra/bots/download_asset.isolate10
1 files changed, 0 insertions, 10 deletions
diff --git a/infra/bots/download_asset.isolate b/infra/bots/download_asset.isolate
deleted file mode 100644
index 0c4d8738bc..0000000000
--- a/infra/bots/download_asset.isolate
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- 'includes': [
- 'infrabots.isolate',
- ],
- 'variables': {
- 'command': [
- 'python', 'assets/<(ASSET)/download.py', '-t', '${ISOLATED_OUTDIR}', '--gsutil', '<(GSUTIL)',
- ],
- },
-}