Commit e9f7522f authored by Shinya Maeda's avatar Shinya Maeda

And end

parent 992e3497
...@@ -60,6 +60,7 @@ module Ci ...@@ -60,6 +60,7 @@ module Ci
return @job if defined?(@job) return @job if defined?(@job)
@job = Ci::Build.find_by_token(params[:token].to_s) @job = Ci::Build.find_by_token(params[:token].to_s)
end
def create_pipeline_variables!(pipeline) def create_pipeline_variables!(pipeline)
return unless params[:variables] return unless params[:variables]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment