mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 08:16:26 +00:00
13 lines
177 B
YAML
13 lines
177 B
YAML
variables:
|
|
os:
|
|
- alpine
|
|
- debian
|
|
name:
|
|
- Alice
|
|
- Bob
|
|
|
|
recipe: './recipes/{{ os }}.j2'
|
|
tag: 'hello:{{os}}-{{name}}'
|
|
|
|
run: yes
|
|
parallel: no |