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:
authorVasilii Iakliushin <viakliushin@gitlab.com>2020-11-13 17:18:10 +0300
committerVasilii Iakliushin <viakliushin@gitlab.com>2020-11-13 17:18:10 +0300
commit24fb9b964c07678d39d2c9694e9ebb0130b956ac (patch)
tree5b4d343fd69b358777c40efccfaa40b25ec93057
parent41ad783293baef8ca68711555c4f11924948e6d3 (diff)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9df5a840..1ef6fcf0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,7 +132,7 @@ variables:
script:
- yarn install --cache-folder .yarn-cache
- bundle exec rake setup_git default
- - bundle exec nanoc compile -VV
+ - bundle exec nanoc compile -VV --env omnibus
# Symlink all README.html to index.html so that we can have clean URLs
- for i in `find public -name README.html`; do ln -sf README.html $(dirname $i)/index.html; done
# Remove CE dir and symlink EE to CE