summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-24 20:11:50 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-24 20:11:50 +0300
commit28c7f111a67ba38a11607ef846fc265b413c1fcf (patch)
tree680be5a9d75f25d020fad126cc2302c55231fe94 /yarns
parente8d978342b02d5d4a22bbb8374bd1c92dc81dd1e (diff)
downloadick2-28c7f111a67ba38a11607ef846fc265b413c1fcf.tar.gz
Change: set build exit code when an action ends, override later
When a build action ends, we now set the *build* exit code to that of the action. Not for notification actions. This is all so that notifications can have the right exit code.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/400-build.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index cef92e9..0d75ec0 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -343,7 +343,7 @@ The build status now shows the next step as the active one.
... }
... },
... "status": "building",
- ... "exit_code": null,
+ ... "exit_code": 0,
... "log": "/logs/rome/1"
... }
... ]