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 06:30:16 +0300
committerEvan Read <eread@gitlab.com>2021-10-13 06:30:16 +0300
commit4d3f3ca67874f36c29d6cd2d741390a4589d1946 (patch)
tree1922db9982fc2bd9d967ebb9d2ac1a9eff6160f1 /.gitlab-ci.yml
parent38963870d078e71104fe6115992ab5d73b2f900c (diff)
parent08543e3a2799cf4d8e5ac67ed5c8825f59f6533a (diff)
Merge branch 'bundle-install-chores' into 'main'
Run bundle install on chores jobs See merge request gitlab-org/gitlab-docs!2189
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28eb3eaa..fb213094 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -355,6 +355,7 @@ test_EOL_whitespace:
script:
- yarn global add markdownlint-cli@$MARKDOWNLINT_VERSION
- apk add jq
+ - 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'
@@ -369,6 +370,7 @@ test_unlinked_images:
dependencies: []
script:
- apk add jq
+ - bundle install
- bundle exec rake setup_git default
- cp tasks/unlinked-images.sh ../gitlab/unlinked-images.sh
- cp tasks/unlinked-images.sh ../charts-gitlab/unlinked-images.sh