-
-
Notifications
You must be signed in to change notification settings - Fork 741
Labels
area: variablesChanges related to variables.Changes related to variables.
Description
Originally asked in #1472 by @your-diary.
A possible way to allow this is to expose one/some variables to defer
. One possibility is to expose a DEFER_EXIT_CODE
var which would contain 0
for success or the exit code of the task that failed.
Perhaps we could also have DEFER_SUCCESS
(true/false) and DEFER_FAIL
(true/false) to make a simpler check easier? (Not sure, DEFER_EXIT_CODE
is probably enough).
your-diary and iznoel
Metadata
Metadata
Assignees
Labels
area: variablesChanges related to variables.Changes related to variables.