Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
169bf135
Commit
169bf135
authored
Nov 06, 2018
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uncomment setting group public visiblity
parent
3199d159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
qa/qa/resource/sandbox.rb
qa/qa/resource/sandbox.rb
+1
-2
No files found.
qa/qa/resource/sandbox.rb
View file @
169bf135
...
...
@@ -27,8 +27,7 @@ module QA
Page
::
Group
::
New
.
perform
do
|
group
|
group
.
set_path
(
path
)
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
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment