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>2021-10-13 06:22:40 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-10-13 06:22:40 +0300
commit38963870d078e71104fe6115992ab5d73b2f900c (patch)
treea2100f25c3a8cdca2122372e2dfabcb7efbd8d74
parent8d8b30eb60f4491524d767dc6df3d770c798c737 (diff)
parente1bb4bc2e360187c50b1b7f244e88a54ffc33d98 (diff)
Merge branch 'eread/use-newer-image-for-monthly-chores' into 'main'
Update image used for monthly TW chores See merge request gitlab-org/gitlab-docs!2188
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 595ad6c6..28eb3eaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -348,7 +348,7 @@ test_EOL_whitespace:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-db71f027
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-8d8b30eb
needs: []
before_script: []
dependencies: []
@@ -363,7 +363,7 @@ test_unlinked_images:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-db71f027
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-8d8b30eb
needs: []
before_script: []
dependencies: []