summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build/context/build.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/build/context/build.rb')
-rw-r--r--lib/gitlab/ci/build/context/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/build/context/build.rb b/lib/gitlab/ci/build/context/build.rb
index dfd86d3ad72..641aa71fb4e 100644
--- a/lib/gitlab/ci/build/context/build.rb
+++ b/lib/gitlab/ci/build/context/build.rb
@@ -21,7 +21,7 @@ module Gitlab
# to the CI variables to evaluate rules before we persist a Build
# with the result. We should refactor away the extra Build.new,
# but be able to get CI Variables directly from the Seed::Build.
- stub_build.scoped_variables_hash
+ stub_build.scoped_variables
end
end