update example yaml to actually be runnable
This commit is contained in:
parent
56e9b6c5e5
commit
382ec726fa
1 changed files with 7 additions and 5 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue