update id/revision to make sense/no dupes, add stderr to the example
This commit is contained in:
parent
870e63646e
commit
73ee302034
3 changed files with 49 additions and 4 deletions
|
@ -27,15 +27,15 @@ max-threads = 10
|
|||
[packages.some-librewolf-dependency]
|
||||
|
||||
[packages.some-librewolf-dependency.compilation]
|
||||
id = "1"
|
||||
revision = "2"
|
||||
id = "2"
|
||||
revision = "4"
|
||||
threads = 2
|
||||
image = "docker.io/library/debian"
|
||||
commands = ["echo hi", "echo helloooooooooo"]
|
||||
commands = ["echo hi", "echo helloooooooooo >&2"]
|
||||
volumes = ["other-workspace"]
|
||||
|
||||
[packages.some-librewolf-dependency.packaging.fedora]
|
||||
id = "1"
|
||||
id = "3"
|
||||
revision = "2"
|
||||
threads = 2
|
||||
image = "docker.io/library/fedora"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue