Remove ENV Variables

This commit is contained in:
Andrés Montañez 2017-01-06 08:41:52 -03:00
parent 11500a8328
commit 515f90950b

View file

@ -222,7 +222,6 @@ abstract class AbstractTask
*/
final protected function runCommand($command, &$output = null)
{
$command = ltrim($this->getEnvVarsString() . ' ' . $command);
if ($this->getStage() == self::STAGE_DEPLOY || $this->getStage() == self::STAGE_POST_RELEASE) {
return $this->runCommandRemote($command, $output);
} else {