Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-01 00:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-01 00:10:09 +0300
commit15229b03e058208b2feac568832eb43f109ac3cd (patch)
tree2bb2063ae02a72849091c9588945d03df7710ad5 /app/helpers/suggest_pipeline_helper.rb
parent6010cf135a52a37b200112fa353900a690f958a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/suggest_pipeline_helper.rb')
-rw-r--r--app/helpers/suggest_pipeline_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/suggest_pipeline_helper.rb b/app/helpers/suggest_pipeline_helper.rb
index aa67f0ea770..d64e8d6f2cd 100644
--- a/app/helpers/suggest_pipeline_helper.rb
+++ b/app/helpers/suggest_pipeline_helper.rb
@@ -2,7 +2,7 @@
module SuggestPipelineHelper
def should_suggest_gitlab_ci_yml?
- Feature.enabled?(:suggest_pipeline) &&
+ experiment_enabled?(:suggest_pipeline) &&
current_user &&
params[:suggest_gitlab_ci_yml] == 'true'
end