Skip to content

Commit

Permalink
Remove ENV Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-montanez committed Jan 6, 2017
1 parent 11500a8 commit 515f909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mage/Task/AbstractTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ final protected function runCommandRemote($command, &$output = null, $cdToDirect
*/
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 {
Expand Down

0 comments on commit 515f909

Please sign in to comment.