fixed 流水线删除报错
This commit is contained in:
parent
4514b8b5ff
commit
a06e55d30c
|
@ -230,7 +230,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
|
|||
}
|
||||
end
|
||||
|
||||
def del_content_params(opt)
|
||||
def del_content_params
|
||||
{
|
||||
filepath: ".gitea/workflows/#{@pipeline.pipeline_name}.yml",
|
||||
base64_filepath: Base64.encode64(".gitea/workflows/#{@pipeline.pipeline_name}.yml").gsub(/\n/, ''),
|
||||
|
|
Loading…
Reference in New Issue