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-17 08:10:18 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 08:10:18 +0300
commitb31777aa9caba3d10bef55bd10f5cfc31ec88009 (patch)
tree06b6cc4bb6bf131461ec7060de6c87b7d66f0229 /.gitlab-ci.yml
parenta0bda2c45d1bff8528c563f27ba2b5b6e00f27a7 (diff)
Send gems to vendor.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11f14bc3..bc511c42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ pages:
environment:
name: production
script:
- - bundle install
+ - bundle install --path vendor
- rake pull_repos
- nanoc
artifacts: