From 688e33953d34ab8cd348d02ce79d8fdfe5353a03 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Nov 2019 06:06:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/pipelines.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/development/pipelines.md') diff --git a/doc/development/pipelines.md b/doc/development/pipelines.md index 39384f9bcbe..07943c60647 100644 --- a/doc/development/pipelines.md +++ b/doc/development/pipelines.md @@ -1,6 +1,6 @@ # Pipelines for the GitLab project -Pipelines for `gitlab-org/gitlab` and `gitlab-org/gitlab-foss` (as well as the +Pipelines for and (as well as the `dev` instance's mirrors) are configured in the usual [`.gitlab-ci.yml`](https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml) which itself includes files under @@ -15,8 +15,8 @@ as much as possible. The current stages are: -- `sync`: This stage is used to synchronize changes from gitlab-org/gitlab to - gitlab-org/gitlab-foss. +- `sync`: This stage is used to synchronize changes from to + . - `prepare`: This stage includes jobs that prepare artifacts that are needed by jobs in subsequent stages. - `quick-test`: This stage includes test jobs that should run first and fail the @@ -33,7 +33,7 @@ The current stages are: - `post-test`: This stage includes jobs that build reports or gather data from the previous stages' jobs (e.g. coverage, Knapsack metadata etc.). - `pages`: This stage includes a job that deploys the various reports as - GitLab pages (e.g. , + GitLab Pages (e.g. , , ). -- cgit v1.2.3