summaryrefslogtreecommitdiff
path: root/test/asset/run/many_repos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset/run/many_repos.yaml')
-rw-r--r--test/asset/run/many_repos.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/asset/run/many_repos.yaml b/test/asset/run/many_repos.yaml
new file mode 100644
index 0000000..63f8fa2
--- /dev/null
+++ b/test/asset/run/many_repos.yaml
@@ -0,0 +1,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