mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
refactor: huawei
This commit is contained in:
@@ -7,7 +7,7 @@ function generateId() {
|
||||
}
|
||||
export const pipeline: Pipeline = {
|
||||
version: 1,
|
||||
id: "3",
|
||||
id: "huawei.test",
|
||||
title: "华为管道测试",
|
||||
userId: 1,
|
||||
triggers: [],
|
||||
|
||||
@@ -7,7 +7,7 @@ function generateId() {
|
||||
}
|
||||
export const pipeline: Pipeline = {
|
||||
version: 1,
|
||||
id: generateId(),
|
||||
id: "aliyun.test",
|
||||
title: "测试管道",
|
||||
userId: 1,
|
||||
triggers: [],
|
||||
|
||||
Reference in New Issue
Block a user