summaryrefslogtreecommitdiff
path: root/toy.ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-16 11:11:01 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-16 11:11:01 +0200
commit81aaa701fb0977e90c2558b9867897320b1fe474 (patch)
tree21466a14a93f4f1c66b9cd369ab6493af5e1202a /toy.ick
parentbb0eb415649225ab4342a52b246f68f293c49f08 (diff)
downloadick2-ansible-81aaa701fb0977e90c2558b9867897320b1fe474.tar.gz
progress
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..34500f6
--- /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: container
+ shell: |
+ echo hello, world