Update recipe_content url to same branch
When checking the init.d/gitlab file, it should be using the same branch with the gitlabhq
This commit is contained in:
parent
970f86077a
commit
4d2660777b
|
@ -142,7 +142,7 @@ namespace :gitlab do
|
||||||
return
|
return
|
||||||
end
|
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)
|
script_content = File.read(script_path)
|
||||||
|
|
||||||
if recipe_content == script_content
|
if recipe_content == script_content
|
||||||
|
|
Loading…
Reference in a new issue