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 <axil@gitlab.com>2018-08-07 09:14:35 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-07 09:14:35 +0300
commit4661c8453c601d40475fa56e796873aaf1652acb (patch)
tree4c0b8589e3467dd0f6700291a0d047f6a3309007 /Rakefile
parentbc45c3e2c9527e21fce109cd0ec6090b0d5e8a49 (diff)
Reorder tasks
There was an error with the sparse file checkout if the content dirs where created before pulling down the repos.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3c0424db..0eea79f4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
require './lib/task_helpers'
require 'fileutils'
-task :default => [:setup_repos, :setup_content_dirs, :pull_repos]
+task :default => [:setup_repos, :pull_repos:, :setup_content_dirs]
task :setup_git do
puts "\n=> Setting up dummy user/email in Git"