Abort deployment if some deployment tasks failed.

This commit is contained in:
Andrés Montañez
2012-10-24 19:13:47 -02:00
parent b6a0bad25b
commit d5913cbb28
2 changed files with 11 additions and 2 deletions
@@ -15,7 +15,8 @@ class Task_TaskWithParameters
public function run()
{
throw new Mage_Task_SkipException;
//throw new Mage_Task_SkipException;
//return false;
return true;
}
}