aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/index.md
diff options
context:
space:
mode:
authorMartijn Braam <martijn@brixit.nl>2018-10-23 16:26:29 +0200
committerDrew DeVault <sir@cmpwn.com>2018-10-23 10:27:45 -0400
commit827d816a44e3f965284714f32005f764c3e207b7 (patch)
treee99e6488b350fe84bdbe54070564f455adfdfe8f /builds.sr.ht/index.md
parentf6c7378d50dd21958a75fe397ad86e19f9767f42 (diff)
downloadsr.ht-docs-827d816a44e3f965284714f32005f764c3e207b7.tar.gz
Fixed example for build.sr.ht
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r--builds.sr.ht/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index 7b9752f..a566d39 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -28,10 +28,10 @@ environment and steps to run in that environment. A very simple example could
be:
image: alpine/edge
- steps:
- say hello: |
+ tasks:
+ say-hello: |
echo hello
- say world: |
+ say-world: |
echo world
When you submit this build, we'll fire up a virtual machine running an