|
|
@@ -222,10 +222,6 @@ public class EnvironmentServiceImpl implements EnvironmentService {
|
|
|
if (config == null) {
|
|
|
throw ServiceException.INVALID_DATA;
|
|
|
}
|
|
|
- ConfigVO.ConfigContent configContent = ConfigConverter.convertToVO(config).getConfig();
|
|
|
- if (configContent.getHostPrefix() == null) {
|
|
|
- throw ServiceException.INVALID_DATA;
|
|
|
- }
|
|
|
result.setBuildOutput("");
|
|
|
result.setBuildStatus(BuildStatus.BUILDING);
|
|
|
result.setBuildStartTime(LocalDateTime.now());
|