Commit c05d7917 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix build variables policy after renaming methods

parent 0a203f40
......@@ -8,7 +8,7 @@ module Gitlab
end
def satisfied_by?(pipeline, seed)
variables = seed.to_resource.variables_hash
variables = seed.to_resource.scoped_variables_hash
statements = @expressions.map do |statement|
::Gitlab::Ci::Pipeline::Expression::Statement
......
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