mirror of https://github.com/certd/certd
fix: 修复证书流水线创建失败的bug
parent
abcd257db0
commit
736fe038eb
|
@ -52,7 +52,7 @@ export function useCertd(certdFormRef: any) {
|
||||||
await checkPipelineLimit();
|
await checkPipelineLimit();
|
||||||
|
|
||||||
certdFormRef.value.open(async ({ form }: any) => {
|
certdFormRef.value.open(async ({ form }: any) => {
|
||||||
const certDetail = readCertDetail(form.cert.crt);
|
// const certDetail = readCertDetail(form.cert.crt);
|
||||||
// 添加certd pipeline
|
// 添加certd pipeline
|
||||||
const triggers = [];
|
const triggers = [];
|
||||||
if (form.triggerCron) {
|
if (form.triggerCron) {
|
||||||
|
|
Loading…
Reference in New Issue