mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Abort deployment if some deployment tasks failed.
This commit is contained in:
@@ -15,7 +15,8 @@ class Task_TaskWithParameters
|
||||
|
||||
public function run()
|
||||
{
|
||||
throw new Mage_Task_SkipException;
|
||||
//throw new Mage_Task_SkipException;
|
||||
//return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user