From 14fc739c94907255f70fe5032059bcdc4aba1e34 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 30 Oct 2018 08:49:26 +0000 Subject: Renaming Secret Variables in the codebase --- qa/qa/page/project/settings/ci_cd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa/qa/page/project/settings/ci_cd.rb') diff --git a/qa/qa/page/project/settings/ci_cd.rb b/qa/qa/page/project/settings/ci_cd.rb index cc5fc370a5a..12c2409a5a7 100644 --- a/qa/qa/page/project/settings/ci_cd.rb +++ b/qa/qa/page/project/settings/ci_cd.rb @@ -25,9 +25,9 @@ module QA # rubocop:disable Naming/FileName end end - def expand_secret_variables(&block) + def expand_ci_variables(&block) expand_section(:variables_settings) do - Settings::SecretVariables.perform(&block) + Settings::CiVariables.perform(&block) end end -- cgit v1.2.1