Refactor transferImages
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
b41c489ce3
commit
c2fed1fb15
|
@ -51,7 +51,7 @@ class CreateAuxFilesAction extends AbstractOgRepositoryController
|
||||||
|
|
||||||
$inputData = [
|
$inputData = [
|
||||||
'imageName' => $image->getName(),
|
'imageName' => $image->getName(),
|
||||||
'imageUuid' => $data->getUuid(),
|
'imageImageRepositoryUuid' => $data->getUuid(),
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->createService->__invoke($image->getClient(), CommandTypes::CREATE_IMAGE_AUX_FILE, TraceStatus::IN_PROGRESS, $content['job_id'], $inputData);
|
$this->createService->__invoke($image->getClient(), CommandTypes::CREATE_IMAGE_AUX_FILE, TraceStatus::IN_PROGRESS, $content['job_id'], $inputData);
|
||||||
|
|
Loading…
Reference in New Issue