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-05-20 09:47:58 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-20 09:47:58 +0300
commitbcb669cd6a50677a7b00d51cb3f2d707e6b0f462 (patch)
treea0b76557f4fded688d58c96075d9b761a2695b50 /.gitlab-ci.yml
parent6c9df20fbc0d60904b62dea6c2886d0a8e494218 (diff)
Refactor testing page and add link checking documentation
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 3c7bfe4f..5ba30e66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ default:
- ruby -v
- gem -v
- bundle -v
- - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
+ - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
.yarn:
@@ -382,7 +382,7 @@ test_EOL_whitespace:
script:
- yarn global add markdownlint-cli@$MARKDOWNLINT_VERSION
- apk add jq
- - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
+ - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- bundle install
- bundle exec rake setup_git default
- markdownlint --config tasks/whitespace_task.yml '../gitlab/doc/**/*.md' '../gitlab-runner/doc/**/*.md' '../omnibus-gitlab/doc/**/*.md' '../charts-gitlab/doc/**/*.md'
@@ -398,7 +398,7 @@ test_unlinked_images:
dependencies: []
script:
- apk add jq
- - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
+ - bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- bundle install
- bundle exec rake setup_git default
- cp tasks/unlinked-images.sh ../gitlab/unlinked-images.sh