* Add empty option of install devops app.

This commit is contained in:
zhaoke
2023-09-27 17:19:01 +08:00
parent 35312dd07e
commit 87f2bfb26d
8 changed files with 24 additions and 13 deletions
+1
View File
@@ -45,6 +45,7 @@ class instanceZen extends instance
if(empty($pipeline->account)) $pipeline->account = zget($tempMappings, 'admin_username', '');
$this->pipeline->create($pipeline);
if(dao::isError()) dao::getError();
}
/**