Skip to content

Commit

Permalink
feat: variable增加readOnly属性 TencentBlueKing#4682
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjiao-heart committed Jul 16, 2021
1 parent 3af2293 commit f1087af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class PipelineBuildFacadeService(
if (paramsKeyList.contains(it.id)) {
return@forEach
}
startParams.add(BuildParameters(key = it.id, value = it.defaultValue, readOnly = it.readOnly))
startParams.add(BuildParameters(key = it.id, value = it.defaultValue, readOnly = it.readOnly))
}
// 子流水线的调用不受频率限制
val startParamsWithType = mutableListOf<BuildParameters>()
Expand Down

0 comments on commit f1087af

Please sign in to comment.