okay
This commit is contained in:
parent
8bac58b121
commit
9db292844d
|
|
@ -42,7 +42,7 @@ public function handle()
|
||||||
sprintf('%sbuild_report.sh', $projectFolder),
|
sprintf('%sbuild_report.sh', $projectFolder),
|
||||||
sprintf('--filename=%s', $this->projectReport->getFullPathName()),
|
sprintf('--filename=%s', $this->projectReport->getFullPathName()),
|
||||||
sprintf('--report_date=%s', $this->projectReport->getReportDate()),
|
sprintf('--report_date=%s', $this->projectReport->getReportDate()),
|
||||||
sprintf('--mail_day=%s', $this->mail_day),
|
sprintf('--mail_day=%s', $this->project->download_path->mail_day),
|
||||||
sprintf('--data_dir=%s', $this->projectReport->project->download_path),
|
sprintf('--data_dir=%s', $this->projectReport->project->download_path),
|
||||||
];
|
];
|
||||||
logger('command:'. print_r($command, true));
|
logger('command:'. print_r($command, true));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue