diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-01 14:53:16 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-01 14:53:16 +0000 |
commit | bfeed3b304aa6719b8f823de23f0cbe9712ba7de (patch) | |
tree | 68e856a639756715554da6bd33c6c46cbfeaffd6 | |
parent | 9d88152ddb85aa0597eb5b668e7089de2b654dcc (diff) | |
parent | 7299429ba6650acc37e961a7a36075b9207d47b0 (diff) | |
download | gitlab-ce-bfeed3b304aa6719b8f823de23f0cbe9712ba7de.tar.gz |
Merge branch 'update-link-to-documentation-testing' into 'master'
Update link to documentation testing
See merge request gitlab-org/gitlab-ce!22018
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 058cacb0774..9c5b40dce21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,7 @@ stages: # Skip all jobs except the ones that begin with 'docs/'. # Used for commits including ONLY documentation changes. -# https://docs.gitlab.com/ce/development/writing_documentation.html#testing +# https://docs.gitlab.com/ce/development/documentation/#testing .except-docs: &except-docs except: - /(^docs[\/-].*|.*-docs$)/ |