diff options
author | Martijn Braam <martijn@brixit.nl> | 2018-10-23 16:26:29 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-10-23 10:27:45 -0400 |
commit | 827d816a44e3f965284714f32005f764c3e207b7 (patch) | |
tree | e99e6488b350fe84bdbe54070564f455adfdfe8f /builds.sr.ht/index.md | |
parent | f6c7378d50dd21958a75fe397ad86e19f9767f42 (diff) | |
download | sr.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.md | 6 |
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 |