From 28c7f111a67ba38a11607ef846fc265b413c1fcf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Jun 2018 20:11:50 +0300 Subject: 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. --- yarns/400-build.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') 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" ... } ... ] -- cgit v1.2.1