fixed ip wrong check
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
051bdeb646
commit
7098d4fcb1
|
@ -43,7 +43,7 @@ class DeployImageAction extends AbstractController
|
||||||
{
|
{
|
||||||
$image = $imageImageRepository->getImage();
|
$image = $imageImageRepository->getImage();
|
||||||
|
|
||||||
if (!$image->getClient()->getIp()) {
|
if (!$client->getIp()) {
|
||||||
throw new ValidatorException('IP is required');
|
throw new ValidatorException('IP is required');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue