summaryrefslogtreecommitdiff
path: root/toy.ick
blob: eed57379aca3f25a639e18d174ba5c025b16613f (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
26
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