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>2017-03-31 22:51:44 +0300
committerConnor Shea <connor.james.shea@gmail.com>2017-03-31 22:51:44 +0300
commitf4fed220ac3ab7583fd726b9f30b808680e3a890 (patch)
treef486af8d2c0bbc4bc96678ff9a0dfdc46464f57e /.gitlab-ci.yml
parent56e1b5b21345991b5175889f101db5831016ff62 (diff)
Make the compile command output more information when run in CI.
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 88aeb5fb..9f555f23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ compile:
stage: build
script:
- rake pull_repos
- - nanoc --verbose
+ - nanoc compile -VV
artifacts:
paths:
- public