Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/config/entry/processable.rb')
-rw-r--r--lib/gitlab/ci/config/entry/processable.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/ci/config/entry/processable.rb b/lib/gitlab/ci/config/entry/processable.rb
index 1cdf84ef4d3..947b6787aa0 100644
--- a/lib/gitlab/ci/config/entry/processable.rb
+++ b/lib/gitlab/ci/config/entry/processable.rb
@@ -142,14 +142,10 @@ module Gitlab
end
def job_variables
- return unless ::Feature.enabled?(:ci_workflow_rules_variables, default_enabled: :yaml)
-
variables_value.to_h
end
def root_variables_inheritance
- return unless ::Feature.enabled?(:ci_workflow_rules_variables, default_enabled: :yaml)
-
inherit_entry&.variables_entry&.value
end