Commit d4ec5946 by Calen Pennington

Mark failed state correctly

parent 3f518740
......@@ -9,5 +9,5 @@ function github_status {
}
function github_mark_failed_on_exit {
trap '[ $? == "0" ] || github_status state:failed "failed"' EXIT
trap '[ $? == "0" ] || github_status state:failure "failed"' EXIT
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment