summaryrefslogtreecommitdiff
path: root/test/asset/run/explicit.yaml
blob: d543d16b986bf74057631cafd722d1a2e0512f0b (plain)
1
2
3
4
5
6
7
job build:
  shell:
    - ls subdir | sed -e ':a;N;s/\n/ /;ta' > list
    - echo >> list

  artifact out:
    path: list