summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
commit2bdcc43491635132fdab4e4eadb7e62b731140ea (patch)
treeb61b0ceb52da5d5ea36c13370fb87f09c7db6ffe /lib/gitlab/ci/pipeline/chain/validate/abilities.rb
parent7bc34aad19503153d8d9b849006e59b43a1eda5b (diff)
parent1390b6e51192c50ebf55378fc183cbd4ddf94ab0 (diff)
downloadgitlab-ce-14-8-stable.tar.gz
Merge remote-tracking branch 'dev/14-8-stable' into 14-8-stable14-8-stable
Diffstat (limited to 'lib/gitlab/ci/pipeline/chain/validate/abilities.rb')
-rw-r--r--lib/gitlab/ci/pipeline/chain/validate/abilities.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/pipeline/chain/validate/abilities.rb b/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
index 1c1f7abb6f6..035167f1a74 100644
--- a/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
+++ b/lib/gitlab/ci/pipeline/chain/validate/abilities.rb
@@ -23,7 +23,7 @@ module Gitlab
end
unless allowed_to_write_ref?
- error("You do not have sufficient permission to run a pipeline on '#{command.ref}'. Please select a different branch or contact your administrator for assistance. <a href=https://docs.gitlab.com/ee/ci/pipelines/#pipeline-security-on-protected-branches>Learn more</a>".html_safe)
+ error("You do not have sufficient permission to run a pipeline on '#{command.ref}'. Please select a different branch or contact your administrator for assistance.")
end
end