aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/isolate_skimage.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/isolate_skimage.isolate')
-rw-r--r--infra/bots/isolate_skimage.isolate7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/bots/isolate_skimage.isolate b/infra/bots/isolate_skimage.isolate
new file mode 100644
index 0000000000..36066be799
--- /dev/null
+++ b/infra/bots/isolate_skimage.isolate
@@ -0,0 +1,7 @@
+{
+ 'variables': {
+ 'command': [
+ '/bin/cp', '-rL', 'skimage', '${ISOLATED_OUTDIR}',
+ ],
+ },
+}