builds: reformat yaml
Use two spaces for indentation consistently. Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
f6e34e4cf1
commit
7f4069f0c5
4 changed files with 53 additions and 50 deletions
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
- scdoc
|
||||
sources:
|
||||
- https://git.sr.ht/~rjarry/aerc
|
||||
- "https://git.sr.ht/~rjarry/aerc"
|
||||
environment:
|
||||
DESTDIR: ./out
|
||||
tasks:
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
image: debian/stable
|
||||
packages:
|
||||
- golang
|
||||
- scdoc
|
||||
sources:
|
||||
- https://git.sr.ht/~rjarry/aerc
|
||||
- "https://git.sr.ht/~rjarry/aerc"
|
||||
environment:
|
||||
DESTDIR: ./out
|
||||
tasks:
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
image: fedora/latest
|
||||
packages:
|
||||
- golang
|
||||
- scdoc
|
||||
sources:
|
||||
- https://git.sr.ht/~rjarry/aerc
|
||||
- "https://git.sr.ht/~rjarry/aerc"
|
||||
environment:
|
||||
DESTDIR: ./out
|
||||
tasks:
|
||||
|
|
|
@ -4,7 +4,7 @@ packages:
|
|||
- go
|
||||
- scdoc
|
||||
sources:
|
||||
- https://git.sr.ht/~rjarry/aerc
|
||||
- "https://git.sr.ht/~rjarry/aerc"
|
||||
environment:
|
||||
DESTDIR: ./out
|
||||
tasks:
|
||||
|
|
Loading…
Reference in a new issue