mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
[Nostromo] Improve Exception workflow
This commit is contained in:
+3
-3
@@ -30,15 +30,15 @@ class Utils
|
||||
{
|
||||
switch ($stage) {
|
||||
case Runtime::PRE_DEPLOY:
|
||||
return 'Pre Deployment';
|
||||
return 'Pre Deploy';
|
||||
break;
|
||||
|
||||
case Runtime::ON_DEPLOY:
|
||||
return 'On Deployment';
|
||||
return 'On Deploy';
|
||||
break;
|
||||
|
||||
case Runtime::POST_DEPLOY:
|
||||
return 'Post Deployment';
|
||||
return 'Post Deploy';
|
||||
break;
|
||||
|
||||
case Runtime::ON_RELEASE:
|
||||
|
||||
Reference in New Issue
Block a user