Commit 169bf135 authored by Sanad Liaquat's avatar Sanad Liaquat

Uncomment setting group public visiblity

parent 3199d159
...@@ -27,8 +27,7 @@ module QA ...@@ -27,8 +27,7 @@ module QA
Page::Group::New.perform do |group| Page::Group::New.perform do |group|
group.set_path(path) group.set_path(path)
group.set_description('GitLab QA Sandbox Group') group.set_description('GitLab QA Sandbox Group')
# https://gitlab.com/gitlab-org/gitlab-ce/issues/52771 group.set_visibility('Public')
# group.set_visibility('Public')
group.create group.create
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment