builds: reformat yaml

Use two spaces for indentation consistently.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-04-14 21:18:30 +02:00
parent f6e34e4cf1
commit 7f4069f0c5
4 changed files with 53 additions and 50 deletions

View File

@ -1,9 +1,10 @@
---
image: alpine/edge image: alpine/edge
packages: packages:
- go - go
- scdoc - scdoc
sources: sources:
- https://git.sr.ht/~rjarry/aerc - "https://git.sr.ht/~rjarry/aerc"
environment: environment:
DESTDIR: ./out DESTDIR: ./out
tasks: tasks:

View File

@ -1,9 +1,10 @@
---
image: debian/stable image: debian/stable
packages: packages:
- golang - golang
- scdoc - scdoc
sources: sources:
- https://git.sr.ht/~rjarry/aerc - "https://git.sr.ht/~rjarry/aerc"
environment: environment:
DESTDIR: ./out DESTDIR: ./out
tasks: tasks:

View File

@ -1,9 +1,10 @@
---
image: fedora/latest image: fedora/latest
packages: packages:
- golang - golang
- scdoc - scdoc
sources: sources:
- https://git.sr.ht/~rjarry/aerc - "https://git.sr.ht/~rjarry/aerc"
environment: environment:
DESTDIR: ./out DESTDIR: ./out
tasks: tasks:

View File

@ -4,7 +4,7 @@ packages:
- go - go
- scdoc - scdoc
sources: sources:
- https://git.sr.ht/~rjarry/aerc - "https://git.sr.ht/~rjarry/aerc"
environment: environment:
DESTDIR: ./out DESTDIR: ./out
tasks: tasks: