mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
consume fieldsForUseCommonConfig in real run
This commit is contained in:
@@ -73,6 +73,27 @@ if (
|
||||
}
|
||||
}
|
||||
)
|
||||
let {
|
||||
expectJobRegExpStr,
|
||||
expectJobNameRegExpStr,
|
||||
expectJobTypeRegExpStr,
|
||||
expectJobDescRegExpStr,
|
||||
} = bossConfig
|
||||
if (
|
||||
expectJobRegExpStr &&
|
||||
!expectJobNameRegExpStr &&
|
||||
!expectJobTypeRegExpStr &&
|
||||
!expectJobDescRegExpStr
|
||||
) {
|
||||
expectJobNameRegExpStr = expectJobRegExpStr
|
||||
expectJobTypeRegExpStr = expectJobRegExpStr
|
||||
expectJobDescRegExpStr = expectJobRegExpStr
|
||||
}
|
||||
Object.assign(defaultCommonJobConditionConfig, {
|
||||
expectJobNameRegExpStr,
|
||||
expectJobTypeRegExpStr,
|
||||
expectJobDescRegExpStr
|
||||
})
|
||||
}
|
||||
let targetCompanyList = null
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user