summaryrefslogtreecommitdiffstats
path: root/examples/foo.yml
blob: a3696fe88d80694c1522c7bc437e89939b821b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tasks:
  build:
    output:
      - 'foo'
    run: |
      ls -lha
      ls -lha /proc/self/fd
      mkdir foo
      echo foobar > foo/bar
      touch foo/bla
      touch foo/x
      touch foo/z
      touch foo/y