Commit 3807f5ce authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove legacy code from EE version of pipeline class

We used to have pipeline source feature only in EE, but we have ported
it to the CE, and now PIPELINE_SOURCE variable also exists in the CE, so
there is no need of the override anymore.
parent e5ca74fa
......@@ -6,13 +6,6 @@ module EE
size_limit_exceeded: 21
}.freeze
def predefined_variables
result = super
result << { key: 'CI_PIPELINE_SOURCE', value: source.to_s, public: true }
result
end
def codeclimate_artifact
artifacts.codequality.find(&:has_codeclimate_json?)
end
......
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