From b90cf01a88df981f452a7f6b6d74e8fd0ccbf90b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 5 Jan 2023 12:09:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/presenters/ci/build_runner_presenter.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/presenters') diff --git a/app/presenters/ci/build_runner_presenter.rb b/app/presenters/ci/build_runner_presenter.rb index ff9522e2db0..9a586a1733f 100644 --- a/app/presenters/ci/build_runner_presenter.rb +++ b/app/presenters/ci/build_runner_presenter.rb @@ -33,12 +33,10 @@ module Ci end def runner_variables - stop_expanding_raw_refs = ::Feature.enabled?(:ci_raw_variables_in_yaml_config, project) - variables .sort_and_expand_all(keep_undefined: true, expand_file_refs: false, - expand_raw_refs: !stop_expanding_raw_refs) + expand_raw_refs: false) .to_runner_variables end -- cgit v1.2.1