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:
authorEvan Read <eread@gitlab.com>2021-10-13 05:59:13 +0300
committerEvan Read <eread@gitlab.com>2021-10-13 05:59:13 +0300
commite1bb4bc2e360187c50b1b7f244e88a54ffc33d98 (patch)
treea2100f25c3a8cdca2122372e2dfabcb7efbd8d74 /.gitlab-ci.yml
parent8d8b30eb60f4491524d767dc6df3d770c798c737 (diff)
Update image used for monthly TW chores
Diffstat (limited to '.gitlab-ci.yml')
-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: []