From f3b1e07903a7f509b11ad7cf188fac46d98f77f6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Apr 2020 15:10:04 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/helpers/ci_variables_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/helpers') diff --git a/app/helpers/ci_variables_helper.rb b/app/helpers/ci_variables_helper.rb index b271f069778..df220effd5d 100644 --- a/app/helpers/ci_variables_helper.rb +++ b/app/helpers/ci_variables_helper.rb @@ -9,6 +9,8 @@ module CiVariablesHelper if entity.is_a?(Group) create_deploy_token_group_settings_ci_cd_path(entity, opts) else + # TODO: change this path to 'create_deploy_token_project_settings_ci_cd_path' + # See MR comment for more detail: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27059#note_311585356 create_deploy_token_project_settings_repository_path(entity, opts) end end -- cgit v1.2.1