summaryrefslogtreecommitdiff
path: root/toy.ick
diff options
context:
space:
mode:
Diffstat (limited to 'toy.ick')
-rw-r--r--toy.ick27
1 files changed, 27 insertions, 0 deletions
diff --git a/toy.ick b/toy.ick
new file mode 100644
index 0000000..eed5737
--- /dev/null
+++ b/toy.ick
@@ -0,0 +1,27 @@
+projects:
+
+- project: systree
+ parameters:
+ debian_codename: buster
+ packages:
+ - apt-transport-https
+ - jq
+ - python3
+ artifact_name: systree
+ pipelines:
+ - ick/build_debian_systree
+
+- project: hello
+ parameters:
+ systree_name: systree
+ notify: []
+ pipelines: &deb_ci_pipelines
+ - hello
+
+pipelines:
+
+- pipeline: hello
+ actions:
+ - where: host
+ shell: |
+ echo hello, world