mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #4507 from turbo124/v5-develop
Adjustments for post update
This commit is contained in:
commit
d2a039015e
@ -53,6 +53,8 @@ class PostUpdate extends Command
|
|||||||
info("I wasn't able to migrate the data.");
|
info("I wasn't able to migrate the data.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
info("finished migrating");
|
||||||
|
|
||||||
putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer');
|
putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer');
|
||||||
|
|
||||||
$input = new ArrayInput(['command' => 'install', '--no-dev' => 'true']);
|
$input = new ArrayInput(['command' => 'install', '--no-dev' => 'true']);
|
||||||
@ -61,6 +63,8 @@ class PostUpdate extends Command
|
|||||||
$output = new BufferedOutput();
|
$output = new BufferedOutput();
|
||||||
$application->run($input, $output);
|
$application->run($input, $output);
|
||||||
|
|
||||||
|
info("finished running composer install ");
|
||||||
|
|
||||||
info(print_r($output->fetch(), 1));
|
info(print_r($output->fetch(), 1));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user