Skip to content
Snippets Groups Projects
Commit ed17a011 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Fix init script recipe url for 4.1 in check.rake

parent 7014c878
No related branches found
No related tags found
5 merge requests!3050Fix RESTfulness of project hook deletions by API,!3014Fix 4.1 Installation Doc wording,!2983Fixed typo in gitlab.yml.example,!2765Added methods to protect and unprotect branches in from the API,!1491Omniauth adjustments for Shibboleth integration.
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/4-1-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