summaryrefslogtreecommitdiff
path: root/test/asset/run/many_repos.yaml
blob: 63f8fa24e672d1ebc81c0be31bc003c36f4eed8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
repo r1:
repo r2:
repo r3:
repo r4:

job first:
  checkout:
    - repo: r1
      dest: d1
    - repo: r4
      dest: d4b
    - repo: r3
      dest: d3
    - repo: r2
      dest: d2
    - repo: r4
      dest: d4

  shell:
    - touch some_file

  artifact out:
    path: some_file