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-09-17 09:09:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-17 09:09:32 +0300
commit9e3e71602cac2593f77282b1862fbd163e78233f (patch)
treea4800a394673df8a93a229b245db123c9f84946a /doc/ci/introduction
parenta770b4e83a3cb719c76e9d06c0a975aee5c73c5c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/introduction')
-rw-r--r--doc/ci/introduction/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/introduction/index.md b/doc/ci/introduction/index.md
index b4569721f58..db2749233e8 100644
--- a/doc/ci/introduction/index.md
+++ b/doc/ci/introduction/index.md
@@ -237,3 +237,6 @@ existing one) for any application.
For a deep view of GitLab's CI/CD configuration options, check the
[`.gitlab-ci.yml` full reference](../yaml/README.md).
+
+For help making your pipelines faster and more efficient, see the
+[pipeline efficiency documentation](../pipelines/pipeline_efficiency.md).