diff options
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 93c0794..fcae4e7 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -36,10 +36,10 @@ be: ```yaml image: alpine/edge tasks: -- say-hello: | - echo hello -- say-world: | - echo world + - say-hello: | + echo hello + - say-world: | + echo world ``` When you submit this build, we'll fire up a virtual machine running an |