update example yaml to actually be runnable

This commit is contained in:
askiiart 2024-12-29 16:08:59 -06:00
parent 56e9b6c5e5
commit 382ec726fa
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -5,11 +5,13 @@ log-level: 0
packages: packages:
librewolf: librewolf:
compilation: compilation:
id: 1
revision: 2
threads: 8 threads: 8
image: 'docker.io/library/debian' image: 'docker.io/library/debian'
commands: commands:
- 'cd ~/librewolf' - 'echo hi'
- './mach build' - 'echo helloooooooooo'
volumes: volumes:
- 'librewolf' - 'librewolf'
packaging: packaging:
@ -17,8 +19,8 @@ packages:
threads: 8 threads: 8
image: 'docker.io/library/fedora' image: 'docker.io/library/fedora'
commands: commands:
- 'git clone http://example.com/librewolf-fedora-packaging.git && cd librewolf-fedora-packaging/' - 'echo did you ever hear the tragedy of darth plageuis the wise?'
- 'do-rpm-stuff-idk' - "echo it's not a story the jedi would tell you"
volumes: volumes:
- 'librewolf' - 'librewolf'
@ -27,7 +29,7 @@ update-repo:
threads: 4 threads: 4
image: 'docker.io/library/fedora' image: 'docker.io/library/fedora'
commands: commands:
- 'idkkkkk' - 'echo hai'
volumes: volumes:
- 'librewolf' - 'librewolf'