Commit a25da8b2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Resolve conflicts in app/models/ci/build.rb

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f4dd12eb
...@@ -7,11 +7,8 @@ module Ci ...@@ -7,11 +7,8 @@ module Ci
include Presentable include Presentable
include Importable include Importable
include Gitlab::Utils::StrongMemoize include Gitlab::Utils::StrongMemoize
<<<<<<< HEAD
prepend EE::Ci::Build prepend EE::Ci::Build
=======
>>>>>>> upstream/master
MissingDependenciesError = Class.new(StandardError) MissingDependenciesError = Class.new(StandardError)
...@@ -291,7 +288,6 @@ module Ci ...@@ -291,7 +288,6 @@ module Ci
variables.concat(pipeline.pipeline_schedule.job_variables) if pipeline.pipeline_schedule variables.concat(pipeline.pipeline_schedule.job_variables) if pipeline.pipeline_schedule
end end
end end
<<<<<<< HEAD
## ##
# Variables that do not depend on the environment name. # Variables that do not depend on the environment name.
...@@ -303,19 +299,6 @@ module Ci ...@@ -303,19 +299,6 @@ module Ci
end end
## ##
=======
##
# Variables that do not depend on the environment name.
#
def simple_variables
strong_memoize(:simple_variables) do
scoped_variables(environment: nil).to_runner_variables
end
end
##
>>>>>>> upstream/master
# All variables, including persisted environment variables. # All variables, including persisted environment variables.
# #
def variables def 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