Skip to content

Commit

Permalink
feat: 容器执行增加统计执行次数的度量指标 TencentBlueKing#2993
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed May 29, 2024
1 parent 0f6ba46 commit 7e92ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private boolean checkExecuteObjectExists(List<StepInstanceDTO> stepInstanceList,
CollectionUtils.isNotEmpty(stepInstance.getFileSourceList()) &&
stepInstance.getFileSourceList().stream()
.anyMatch(fileSource -> fileSource.getServers() != null &&
executeObjectExistsFunction.apply(fileSource.getServers())));
executeObjectExistsFunction.apply(fileSource.getServers()))));
if (checkResult) {
return true;
}
Expand Down

0 comments on commit 7e92ee4

Please sign in to comment.