Skip to content
Snippets Groups Projects
Commit 951273ff authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3535 from boldt/5-0-stable

Fixed check.rake due to #3530
parents b6e71360 1daa75fd
No related branches found
No related tags found
8 merge requests!104685 0 stable,!3933Merge 5.0.1 into 5.1,!3723Patch 1,!3653Corrected command to create the git user #3650,!3635Swapped gem db configs,!3605Patch 1,!3580Implemented code search feature,!3565Added missing chr.
This commit is part of merge request !10468. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -142,7 +142,7 @@ namespace :gitlab do
return
end
 
recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab 2>/dev/null`
recipe_content = `curl https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/init.d/gitlab 2>/dev/null`
script_content = File.read(script_path)
 
if recipe_content == script_content
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment