Skip to content
Snippets Groups Projects
Commit d4ec5946 authored by Calen Pennington's avatar Calen Pennington
Browse files

Mark failed state correctly

parent 3f518740
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment