okay
This commit is contained in:
parent
d8c730e0f9
commit
f9c5b9d181
|
|
@ -30,6 +30,7 @@ public function __construct(Project $project)
|
||||||
*/
|
*/
|
||||||
public function handle(): void
|
public function handle(): void
|
||||||
{
|
{
|
||||||
|
logger('start interpolate growth model', [$this->project->name]);
|
||||||
$command = [
|
$command = [
|
||||||
sprintf('%s/interpolate_growth_model.sh', base_path('../')),
|
sprintf('%s/interpolate_growth_model.sh', base_path('../')),
|
||||||
sprintf('--project_dir=%s', $this->project->download_path),
|
sprintf('--project_dir=%s', $this->project->download_path),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue