summaryrefslogtreecommitdiff
path: root/yarns/500-build-fail.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/500-build-fail.yarn')
-rw-r--r--yarns/500-build-fail.yarn5
1 files changed, 3 insertions, 2 deletions
diff --git a/yarns/500-build-fail.yarn b/yarns/500-build-fail.yarn
index 1c2a37c..433c3e0 100644
--- a/yarns/500-build-fail.yarn
+++ b/yarns/500-build-fail.yarn
@@ -88,9 +88,8 @@ Worker wants work and gets the first step to run.
... "project": "rome",
... "pipeline": "construct",
... "parameters": {},
- ... "fresh_workspace": true,
... "step": {
- ... "shell": "day 1"
+ ... "action": "create_workspace"
... }
... }
@@ -147,6 +146,7 @@ Also, there's a build with a log.
... "project": "rome",
... "pipeline": "construct",
... "actions": [
+ ... { "action": "create_workspace" },
... { "shell": "day 1" },
... { "shell": "day 2" }
... ],
@@ -168,6 +168,7 @@ Also, there's a build with a log.
... "project": "rome",
... "pipeline": "construct",
... "actions": [
+ ... { "action": "create_workspace" },
... { "shell": "day 1" },
... { "shell": "day 2" }
... ],