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:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-09 03:02:32 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-09 03:02:32 +0300
commit21eef19d882bf2102e79e0ad259fe805f688c292 (patch)
tree502f77e459ca973e8fd668f4d6d39a3859781b0d /.gitlab-ci.yml
parentaf38227e93f4b47d575400898736638445ec0499 (diff)
Lock Rake to 11.x, use pull_repos Rake task on CI before generating the site with nanoc.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd9b1520..cc100310 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ image: ruby:2.3
pages:
script:
- bundle install
+ - RAKE_FORCE_DELETE=true rake pull_repos
- nanoc
artifacts:
paths: