diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-30 14:16:07 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-30 14:16:21 +0200 |
commit | 325b2d9329ae90748dd0db749f9ebc0800eaea75 (patch) | |
tree | be5bdfe6230dc100f10a0a93580af2d6a8fbda92 /app/models | |
parent | 6113ff992c9a494ea8c657f20fa92f7f7f2365c4 (diff) | |
download | gitlab-ce-325b2d9329ae90748dd0db749f9ebc0800eaea75.tar.gz |
Remove legacy method from create build service
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/ci/pipeline.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb index cc165503409..7298f676a0e 100644 --- a/app/models/ci/pipeline.rb +++ b/app/models/ci/pipeline.rb @@ -284,6 +284,9 @@ module Ci end end + ## + # TODO, phase this method out + # def config_builds_attributes return [] unless config_processor |