summaryrefslogtreecommitdiff
path: root/test/asset/artifact/minici.yaml
blob: 7204bb36f07ce175150536819b982fa75b11ac1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
job generate:
  checkout: null

  shell:
    - echo "content 1" > f1
    - mkdir -p dir/subdir
    - echo "content 2" > dir/f2
    - echo "content a" > dir/fa
    - echo "content b" > dir/subdir/fb
    - echo "content 3" > f3

  artifact first:
    path: f1

  artifact second:
    path: dir/f2

  artifact third:
    path: f3

  artifact dir:
    path: dir

  artifact sdir:
    path: dir/subdir