aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/isolate_skimage.isolate
blob: 36066be79951cb1e84dd4d21c63bbba0564cb6e8 (plain)
1
2
3
4
5
6
7
{
  'variables': {
    'command': [
      '/bin/cp', '-rL', 'skimage', '${ISOLATED_OUTDIR}',
    ],
  },
}