mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-18 14:40:18 +02:00
Remove ENV Variables
This commit is contained in:
parent
11500a8328
commit
515f90950b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user