Commit 7b315ae6 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents be20ff0e 84b49ef3
# rubocop:disable Style/SignalException # rubocop:disable Style/SignalException
# frozen_string_literal: true # frozen_string_literal: true
has_only_docs_changes = helper.all_changed_files.all? { |file| file.start_with?('doc/', '.gitlab/ci/docs.gitlab-ci.yml') } has_only_docs_changes = helper.all_changed_files.all? { |file| file.start_with?('doc/', '.gitlab/ci/docs.gitlab-ci.yml', '.mdlrc') }
is_docs_only_branch = gitlab.branch_for_head =~ /(^docs[\/-].*|.*-docs$)/ is_docs_only_branch = gitlab.branch_for_head =~ /(^docs[\/-].*|.*-docs$)/
if is_docs_only_branch && !has_only_docs_changes if is_docs_only_branch && !has_only_docs_changes
......
...@@ -125,7 +125,7 @@ need some extra configuration. ...@@ -125,7 +125,7 @@ need some extra configuration.
from running on upgrade. Only the primary GitLab application server should from running on upgrade. Only the primary GitLab application server should
handle migrations. handle migrations.
1. **Optional** Configure host keys. Copy all contents(primary and public keys) inside `/etc/ssh/` on 1. **Recommended** Configure host keys. Copy the contents (primary and public keys) of `/etc/ssh/` on
the primary application server to `/etc/ssh` on all secondary servers. This the primary application server to `/etc/ssh` on all secondary servers. This
prevents false man-in-the-middle-attack alerts when accessing servers in your prevents false man-in-the-middle-attack alerts when accessing servers in your
High Availability cluster behind a load balancer. High Availability cluster behind a load balancer.
......
...@@ -105,8 +105,8 @@ def trigger_pipeline ...@@ -105,8 +105,8 @@ def trigger_pipeline
puts "" puts ""
puts app_url puts app_url
puts "" puts ""
puts "=> For more information, read the documentation" puts "=> For more information, see the documentation"
puts "=> https://docs.gitlab.com/ee/development/writing_documentation.html#previewing-the-changes-live" puts "=> https://docs.gitlab.com/ee/development/documentation/index.html#previewing-the-changes-live"
puts "" puts ""
puts "=> If something doesn't work, drop a line in the #docs chat channel." puts "=> If something doesn't work, drop a line in the #docs chat channel."
puts "" puts ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment