From 944a85dbbbbafb1654854eb0ad6175f946cb08b7 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 10 Dec 2024 09:40:42 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=B8=A6=E4=B8=8Aid,=E6=96=B9=E4=BE=BF=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=B8=AD=E7=8A=B6=E6=80=81=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 48fe976af..809daa0c6 100644 --- a/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb +++ b/app/views/api/v1/projects/pipelines/build_pipeline.yaml.erb @@ -43,7 +43,7 @@ jobs: runs-on: 'ubuntu-latest' steps: <%job.sub_nodes.each do |node| %> - - name: "<%=node.label || node.name %>[<%=job.node_id %>]" + - name: "<%=node.label || node.name %>[<%=node.node_id %>]" <% if node.name !="shell" %> uses: <%=node.full_name %> <% end %>