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:17:14 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-09 03:17:14 +0300
commit973361a9893706e44dc9ec1d4beb0d470f60deea (patch)
tree8dc40e18611f570c4678d35c2edf50295239c8bd /.gitlab-ci.yml
parent21eef19d882bf2102e79e0ad259fe805f688c292 (diff)
Default to not deleting anything.
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 cc100310..5677d237 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ image: ruby:2.3
pages:
script:
- bundle install
- - RAKE_FORCE_DELETE=true rake pull_repos
+ - rake pull_repos
- nanoc
artifacts:
paths: