Skip to content

Commit

Permalink
feat:流水线插件代码库开启默认分支保护 TencentBlueKing#9814
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Aug 14, 2024
1 parent b25c3a8 commit 36ccd84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AtomPropServiceImpl @Autowired constructor(
val testAtoms = storeProjectRelDao.getTestProjectCodeStoreCodes(
dslContext = dslContext,
storeCode = atomCodes,
storeType = StoreTypeEnum.IMAGE,
storeType = StoreTypeEnum.ATOM,
projectCode = projectCode
)
if (atomPropMap == null) {
Expand Down

0 comments on commit 36ccd84

Please sign in to comment.