From d035fce0ac02f2806f598d41a0d8d16e160c6f26 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 17 Dec 2020 07:10:06 +1100 Subject: [PATCH] Adjustments for post update --- app/Console/Commands/PostUpdate.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Console/Commands/PostUpdate.php b/app/Console/Commands/PostUpdate.php index 617eb4a7f7b9..95b525397bc1 100644 --- a/app/Console/Commands/PostUpdate.php +++ b/app/Console/Commands/PostUpdate.php @@ -53,6 +53,8 @@ class PostUpdate extends Command info("I wasn't able to migrate the data."); } + info("finished migrating"); + putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer'); $input = new ArrayInput(['command' => 'install', '--no-dev' => 'true']); @@ -61,6 +63,8 @@ class PostUpdate extends Command $output = new BufferedOutput(); $application->run($input, $output); + info("finished running composer install "); + info(print_r($output->fetch(), 1)); try {