aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-17 09:55:09 -0500
committerDrew DeVault <sir@cmpwn.com>2018-11-17 09:55:09 -0500
commit4be92020cf018894e221a0492f441fb5ed347c24 (patch)
treecec701b2eab3736aee5f76fd4e254758be1b8715 /builds.sr.ht
parentb3ae10233807c1d6ebeefb7f9f333bcce5cbde78 (diff)
downloadsr.ht-docs-4be92020cf018894e221a0492f441fb5ed347c24.tar.gz
Fix example build manifest
Diffstat (limited to 'builds.sr.ht')
-rw-r--r--builds.sr.ht/index.md8
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