Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2022-01-25 06:23:12 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-01-25 06:23:12 +0300
commit6d4e30f1c14917cf895ee9250c29e0e18309796a (patch)
treeebafbc3ae6cd832dae6312ed27b370cf7a37f669 /doc/releases.md
parent2b39967b5d21e7b14bd94d10169559ff16605c49 (diff)
parenta10654e0accca6de795e5989fa8108fc41791052 (diff)
Merge branch 'axil-docs-latest-stage' into 'main'
Move the docs-latest image build to the build-images stage See merge request gitlab-org/gitlab-docs!2387
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 483b3bc8..df026700 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -167,8 +167,8 @@ The merge requests for the dropdowns should now all be merged into their respect
Check the [pipelines page](https://gitlab.com/gitlab-org/gitlab-docs/pipelines) and wait
for all the stable branch pipelines to complete.
1. Go to the [scheduled pipelines page](https://gitlab.com/gitlab-org/gitlab-docs/pipeline_schedules)
- and run the `Build docker images weekly` pipeline that builds the `:latest` Docker image.
-1. In the scheduled pipeline you just started, manually run the **image:docs-latest** job.
+ and run the `Build docker images weekly` pipeline.
+1. In the scheduled pipeline you just started, manually run the **image:docs-latest** job that builds the `:latest` Docker image.
1. When the pipeline is complete, run the `Build docs.gitlab.com every 4 hours` scheduled pipeline to deploy all new versions to the public documentation site.
You don't need to run any jobs manually for this second pipeline.