From 4be92020cf018894e221a0492f441fb5ed347c24 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 17 Nov 2018 09:55:09 -0500 Subject: Fix example build manifest --- builds.sr.ht/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'builds.sr.ht') 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 -- cgit