git: Update abort message, remove break
This commit is contained in:
parent
f98ebdba1e
commit
89ef98a15b
|
@ -38,8 +38,7 @@ class ClosesPullRequests
|
|||
// TODO: Check for failures, or skip if there is no CI.
|
||||
switch (exec('hub ci-status')) {
|
||||
case self::CI_PENDING:
|
||||
die('CI pending');
|
||||
break;
|
||||
die('Aborting: CI pending');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue