Added mal-sync and test jobs for editors
This commit is contained in:
parent
1b06171718
commit
fe9f0407d7
@ -60,7 +60,7 @@ func testPackage(pkg string) {
|
||||
Title: pkg,
|
||||
Message: "Test failed",
|
||||
Link: "https://" + pkg,
|
||||
Icon: "https://notify.moe/images/brand/220.png",
|
||||
Icon: "https://media.notify.moe/images/brand/220.png",
|
||||
Type: arn.NotificationTypePackageTest,
|
||||
})
|
||||
return
|
||||
|
@ -27,9 +27,12 @@ var jobInfo = map[string]*utils.JobInfo{
|
||||
"mal-parse": &utils.JobInfo{
|
||||
Name: "mal-parse",
|
||||
},
|
||||
// "mal-sync": &utils.JobInfo{
|
||||
// Name: "mal-sync",
|
||||
// },
|
||||
"mal-sync": &utils.JobInfo{
|
||||
Name: "mal-sync",
|
||||
},
|
||||
"test": &utils.JobInfo{
|
||||
Name: "test",
|
||||
},
|
||||
}
|
||||
|
||||
var jobLogs = []string{}
|
||||
|
Loading…
Reference in New Issue
Block a user