Skip to content
Snippets Groups Projects
Commit 4d266077 authored by Donny Kurnia's avatar Donny Kurnia
Browse files

Update recipe_content url to same branch

When checking the init.d/gitlab file, it should be using the same branch with the gitlabhq
parent 970f8607
No related branches found
No related tags found
4 merge requests!3250Add gem install bundler to installation guide,!3140Patch 1,!2962Update recipe_content url to same branch,!2636Text Templates for mail notification
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-2-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