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