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 bb0089e..5917458 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -29,10 +29,10 @@ be: 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 up-to-date image of Alpine Linux. Then, we'll copy your scripts into the machine |