Merge branch release/21.7.3 of zentao/zentaopms (#10098)
This commit is contained in:
@@ -25,4 +25,4 @@ $certName = 'fail-name';
|
||||
r($cneModel->certInfoTest($certName)) && p() && e('0'); // 证书名称错误
|
||||
|
||||
$certName = 'tls-haogs-cn';
|
||||
r($cneModel->certInfoTest($certName)) && p('sans:0') && e('*.devops.corp.cc'); // 证书名称正确
|
||||
r($cneModel->certInfoTest($certName)) && p('sans:0') && e('devops.corp.cc'); // 证书名称正确
|
||||
|
||||
@@ -19,6 +19,7 @@ cid=1
|
||||
*/
|
||||
|
||||
zenData('task')->gen(10);
|
||||
zenData('action')->gen(10);
|
||||
zenData('repo')->loadYaml('repo')->gen(4);
|
||||
|
||||
$taskID = 1;
|
||||
|
||||
Reference in New Issue
Block a user