summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-22 14:26:08 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-22 14:26:08 +0300
commit4056d30edba4d2a90d45ed439899159cec035228 (patch)
tree5d1efc125a363e6125b1600f6de89a946d1cbbaf /yarns
parent097c835eb002c466c1c095657d33e35e2234e0da (diff)
downloadick2-4056d30edba4d2a90d45ed439899159cec035228.tar.gz
Add: test git field to result of /worker/foo
Diffstat (limited to 'yarns')
-rw-r--r--yarns/200-build.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/200-build.yarn b/yarns/200-build.yarn
index 40cb1c9..40d0d08 100644
--- a/yarns/200-build.yarn
+++ b/yarns/200-build.yarn
@@ -32,6 +32,7 @@ Trigger a new build. There is now work to do.
WHEN worker manager calls GET /worker/bar
THEN response has status 200, and JSON body "{
... "project": "foo",
+ ... "git": "foo.git",
... "shell": "ikiwiki --build"
... }"
@@ -55,6 +56,7 @@ The current build step hasn't changed.
THEN response has status 200,
... and JSON body "{
... "project": "foo",
+ ... "git": "foo.git",
... "shell": "ikiwiki --build"
... }"
@@ -79,6 +81,7 @@ that we get a new thing to run.
THEN response has status 200,
... and JSON body "{
... "project": "foo",
+ ... "git": "foo.git",
... "shell": "rsync"
... }"