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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-22 21:04:37 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-22 21:04:37 +0300
commit6e7c5a996c735a4abe35397d65840726765e8c5a (patch)
tree73be6525766ffd3ec4f38e630a52f3d016518179 /.gitlab-ci.yml
parent03722bf5e26a15230ac9b0e2f0fc86c03e979a92 (diff)
Do not build the site twice in master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e8ff141..a55d17b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,8 +101,6 @@ pages:
name: production
url: https://docs.gitlab.com
script:
- - rake pull_repos
- - nanoc
# Symlink all README.html to index.html
- for i in `find public -name README.html`; do ln -sf README.html $(dirname $i)/index.html; done
artifacts:
@@ -113,3 +111,5 @@ pages:
- master@gitlab-com/gitlab-docs
tags:
- docker
+ dependencies:
+ - compile