* [task#120732] delete artifactrepo code for build.

This commit is contained in:
caoyanyi
2024-06-17 11:04:53 +08:00
committed by 田淑杰
parent 8e96e94fad
commit 698c63ac28
9 changed files with 25 additions and 139 deletions
-2
View File
@@ -16,7 +16,6 @@ jsVar('multipleSelect', $lang->build->placeholder->multipleSelect);
jsVar('autoRelationTip', $lang->build->notice->autoRelation);
jsVar('projectID', $projectID);
jsVar('executionID', $executionID);
jsVar('artifactRepos', !empty($artifactRepos) ? $artifactRepos : '');
jsVar('today', helper::today());
jsVar('projectModel', isset($project->model) ? $project->model : '');
@@ -130,7 +129,6 @@ formPanel
)
)
),
!empty($artifactRepoRow) ? $artifactRepoRow : null,
formRow
(
setClass('hidden'),