From 2e93b5ea34347f48ad7db3c4f5f5b462d1fb2eab Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 11 Feb 2025 12:26:08 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E6=B5=81=E6=B0=B4=E7=BA=BF=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E4=BA=8B=E4=BB=B6fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v1/projects/pipelines/build_pipeline.yaml.erb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb index cc9e67643..782485674 100644 --- a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb +++ b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb @@ -35,19 +35,6 @@ on: <% end %> <%if node.name.to_s.include?("on-fork") %> fork: - <% node.input_values.each_key do |key| %> - <%=key %>: - <% if node.input_values[key].blank? %> - - '*' - <% else %> - <% node.input_values[key].to_s.split(",").each do |val| %> - - <%=val %> - <% end %> - <% end %> - <% end %> - paths-ignore: - - '.gitea/workflows/**' - - '.github/workflows/**' <% end %> <%if node.name.to_s.include?("on-schedule") && node.input_values.present? %> schedule: