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-22 04:26:06 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-22 04:26:06 +0300
commit564fb5dd661c593880eb494d18f73efe6d5af298 (patch)
tree8ccb9b84877ef7be1b646ead8aa04f84b6971a8f /Rakefile
parent3c1e713152fd1804f913a63c0e01db9f528bf4dd (diff)
Remove versions.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Rakefile b/Rakefile
index 4e745622..289d7253 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,24 +9,12 @@ task :pull_repos do
repo: 'https://gitlab.com/gitlab-org/gitlab-ce.git',
temp_dir: 'tmp/ce/',
dest_dir: 'content/ce'
- versions: {
- 8.9: 'v8.9.0',
- 8.11: 'v8.10.0',
- 8.11: 'v8.11.0',
- 8.12: 'v8.12.0'
- }
}
ee = {
repo: 'https://gitlab.com/gitlab-org/gitlab-ee.git',
temp_dir: 'tmp/ee/',
- dest_dir: 'content/ee',
- versions: {
- 8.9: 'v8.9.0',
- 8.11: 'v8.10.0',
- 8.11: 'v8.11.0',
- 8.12: 'v8.12.0'
- }
+ dest_dir: 'content/ee'
}
omnibus = {