构建流水线节点icon
This commit is contained in:
parent
b078501460
commit
47c4d30cf7
|
@ -23,6 +23,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
|
|||
end
|
||||
|
||||
def build_yaml
|
||||
Rails.logger.info("pipeline===========#{params[:pipeline].present?}")
|
||||
if params[:pipeline].present?
|
||||
pipeline = params[:pipeline]
|
||||
@name = params[:name]
|
||||
|
|
Loading…
Reference in New Issue