mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
fix importer
fix plugins on docker
This commit is contained in:
@ -54,7 +54,7 @@ public function install(string $url, ?string $branch = null, ?string $tag = null
|
||||
$command .= " --tag $tag";
|
||||
}
|
||||
$command .= ' --single-branch';
|
||||
$result = Process::timeout(0)->run($command);
|
||||
$result = Process::env(['PATH' => dirname(git_path())])->timeout(0)->run($command);
|
||||
$output = $result->output();
|
||||
|
||||
if ($result->failed()) {
|
||||
|
Reference in New Issue
Block a user