diff options
author | Igor Frenkel <ifrenkel@gitlab.com> | 2019-10-28 11:30:32 -0400 |
---|---|---|
committer | Igor Frenkel <ifrenkel@gitlab.com> | 2019-10-28 11:30:32 -0400 |
commit | 77b8ae642053bb9349add94f9406cc73265ce92b (patch) | |
tree | 30e316b7e7e33cc1414f8f0fcb60b39a88163d80 /doc/development/pipelines.md | |
parent | 556f83033fed763caaa6b233ca6787aecd739187 (diff) | |
parent | a77db6bc47d8cdd9edae2ec22f640821d0794404 (diff) | |
download | gitlab-ce-11711-add-dep-scanner-var.tar.gz |
Merge branch 'master' into 11711-add-dep-scanner-var11711-add-dep-scanner-var
Diffstat (limited to 'doc/development/pipelines.md')
-rw-r--r-- | doc/development/pipelines.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/pipelines.md b/doc/development/pipelines.md index cd23ab9226f..8d83cea8c7b 100644 --- a/doc/development/pipelines.md +++ b/doc/development/pipelines.md @@ -15,6 +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. - `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 |