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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-04-28 09:56:27 +0300
committerEvan Read <eread@gitlab.com>2021-04-28 09:56:27 +0300
commit0d2de6a558e9cc4a407d4eba42261df2c5fb631b (patch)
treeae98584a9b97bd29ffa8df6041ead33197b42590 /.gitlab-ci.yml
parentd2dd02639642faa72d4dc9aba4a4efb753442d8d (diff)
Update Alpine to 3.13 to update Node.js to 14.16 (Part 2: CI)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c533c214..5f38ac48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -228,7 +228,7 @@ compile_dev:
# Test internal links and anchors with nanoc
#
test_internal_links_and_anchors:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.13-ruby-2.7.2
extends:
- .rules_site_tests
- .cache_gem
@@ -322,7 +322,7 @@ test_EOL_whitespace:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.13-ruby-2.7.2
needs: []
before_script: []
dependencies: []
@@ -339,7 +339,7 @@ test_unlinked_images:
- .rules_chores
- .cache_gem
stage: test
- image: "registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2"
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.13-ruby-2.7.2
needs: []
before_script: []
dependencies: []