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>2019-09-30 05:08:40 +0300
committerEvan Read <eread@gitlab.com>2019-09-30 05:08:40 +0300
commit58bc6746bd8a9fda65435747a4f7face0e24e813 (patch)
treef7f8c3aa439aee1bb760f02811997838c7bb976d /Rakefile
parent7149c067c9d4da986bd8020365d42c39b9e70f96 (diff)
Do not build gitlab-foss anymore
With the single codebase and the symlink hack, there's no reason to pull and build gitlab-foss anymore. This will save us time and money :smile:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e04d992d..af8832f9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ task :setup_git do
`git config --global user.email johndoe@example.com`
end
-desc 'Setup repositories for CE, EE, Omnibus and Runner in special way exposing only their doc directories'
+desc 'Setup repositories for EE, Omnibus, and Runner in special way exposing only their doc directories'
task :setup_repos do
products.each_value do |product|
branch = retrieve_branch(product['slug'])