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>2022-06-15 12:17:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-15 12:17:02 +0300
commit4e2835e4f9394b407179c8373fe9b3254fed5b3d (patch)
tree954a57f24fb7e05d6c899e1491082aed79a6d4ad /.gitlab-ci.yml
parentb701e25c0494e4540e17a133ac8ee261055a8d64 (diff)
Update Ruby gems and use Ruby 2.7.6 Docker images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e83e21c..c602e6f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ include:
- '/ci/danger-review.yml'
default:
- image: registry.gitlab.com/gitlab-org/gitlab-docs:base
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.16-ruby-2.7.6-0bc327a4
tags:
- gitlab-org
# Check Ruby, RubyGems, and Bundler versions and install gems
@@ -185,7 +185,6 @@ workflow:
###############################################
.build_base:
- image: registry.gitlab.com/gitlab-org/gitlab-docs:bootstrap
stage: build
extends:
- .cache_gem_yarn
@@ -240,7 +239,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.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
extends:
- .rules_site_tests
- .cache_gem
@@ -385,7 +384,7 @@ test_EOL_whitespace:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
needs: []
before_script: []
dependencies: []
@@ -402,7 +401,7 @@ test_unlinked_images:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
needs: []
before_script: []
dependencies: []