mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
Remove ENV Variables
This commit is contained in:
@@ -222,7 +222,6 @@ abstract class AbstractTask
|
|||||||
*/
|
*/
|
||||||
final protected function runCommand($command, &$output = null)
|
final protected function runCommand($command, &$output = null)
|
||||||
{
|
{
|
||||||
$command = ltrim($this->getEnvVarsString() . ' ' . $command);
|
|
||||||
if ($this->getStage() == self::STAGE_DEPLOY || $this->getStage() == self::STAGE_POST_RELEASE) {
|
if ($this->getStage() == self::STAGE_DEPLOY || $this->getStage() == self::STAGE_POST_RELEASE) {
|
||||||
return $this->runCommandRemote($command, $output);
|
return $this->runCommandRemote($command, $output);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user