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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-01-25 06:23:11 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-01-25 06:23:11 +0300
commita10654e0accca6de795e5989fa8108fc41791052 (patch)
treea885dd97e6da4d0824e4b55c7d17378b3a9e677a /doc
parent4af868d26d7195d615f5baa24126102f1c3513ed (diff)
Move the docs-latest image build to the build-images stage
Diffstat (limited to 'doc')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 091f676a..9e1ac4c6 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -174,8 +174,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.