mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 10:04:35 -04:00
Adjustments for post update
This commit is contained in:
parent
e5c30c67f1
commit
d035fce0ac
@ -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