summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
Diffstat (limited to 'yarns')
-rw-r--r--yarns/200-build.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns/200-build.yarn b/yarns/200-build.yarn
index c4a9f73..3465f50 100644
--- a/yarns/200-build.yarn
+++ b/yarns/200-build.yarn
@@ -172,7 +172,7 @@ Trigger the other project, and the second worker gets something to do.
WHEN worker manager calls GET /worker/two
THEN response has status 200, and JSON body "{
... "project": "bar",
- ... "git": "foo.git",
+ ... "git": "bar.git",
... "shell": "ikiwiki --build"
... }"
@@ -232,7 +232,7 @@ the same build step to run.
WHEN worker manager calls GET /worker/two
THEN response has status 200, and JSON body "{
... "project": "bar",
- ... "git": "foo.git",
+ ... "git": "bar.git",
... "shell": "ikiwiki --build"
... }"
@@ -277,8 +277,8 @@ Finish the other project build.
WHEN worker manager calls GET /worker/two
THEN response has status 200,
... and JSON body "{
- ... "project": "foo",
- ... "git": "foo.git",
+ ... "project": "bar",
+ ... "git": "bar.git",
... "shell": "rsync"
... }"