summaryrefslogtreecommitdiffstats
path: root/examples/recipes/foo.yml
blob: 2982795415fd61c0f44eabab04f3ccf1f196f77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tasks:
  build:
    output:
      default: {}
    run: |
      ls -lha
      ls -lha /proc/self/fd
      mkdir -p {{destdir}}/foo
      cd {{destdir}}
      echo foobar > foo/bar
      touch foo/bla
      touch foo/x
      touch foo/z
      touch foo/y