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:
-rw-r--r--.gitlab/issue_templates/Ruby Alpine versions bump.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab/issue_templates/Ruby Alpine versions bump.md b/.gitlab/issue_templates/Ruby Alpine versions bump.md
index b610b7ac..4dd6abed 100644
--- a/.gitlab/issue_templates/Ruby Alpine versions bump.md
+++ b/.gitlab/issue_templates/Ruby Alpine versions bump.md
@@ -32,15 +32,17 @@ To bump the versions of Ruby or Alpine:
```
Then merge the merge request.
-1. After the merge request is merged, run the following manual jobs in the next
- [scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipelines?page=1&scope=all&source=schedule):
+1. After the merge request is merged, run the [`Build docker images manually` scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipeline_schedules),
+ and run the following manual jobs:
- [ ] `image:gitlab-docs-base`
- [ ] `image:docs-lint-markdown`
- [ ] `image:docs-lint-html`
-1. [ ] After the new images are built, make sure they work as expected by first updating
- the `image` entries in `gitlab-docs`: <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/test.gitlab-ci.yml>.
+1. After the new images are built, make sure they work as expected by first updating
+ the `image` entries in `gitlab-docs`:
+ - [ ] <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/test.gitlab-ci.yml>
+ - [ ] <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/rules.gitlab-ci.yml>
1. Update the the `image` entries in the upstream projects: