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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-06-05 14:09:55 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-06-05 14:09:55 +0300
commitc50a5c4fb73c19ea481dd3773e83243f42c2d4b5 (patch)
tree4d11b2b804a1ac8e58af2164e8d6794b1e485b26
parent7328edeac74bb57fa72e799fff5b9b3775aa7c8c (diff)
Bump lint-html image version
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 60db7581..d7ae1cfb 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -6,7 +6,7 @@
# Test the links in the global nav for all MRs in `gitlab-docs`
#
test_global_nav_links:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-b8f266e8
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
extends:
- .rules_site_tests
- .bundle
@@ -193,7 +193,7 @@ test_EOL_whitespace:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-b8f266e8
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
needs: []
before_script: []
dependencies: []
@@ -210,7 +210,7 @@ test_unlinked_images:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-b8f266e8
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
needs: []
before_script: []
dependencies: []