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
18f9f473
Commit
18f9f473
authored
Mar 31, 2021
by
Sanad Liaquat (Personal)
Committed by
Sanad Liaquat
Apr 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the GITLAB_INITIAL_ROOT_PASSWORD env var if available
parent
0cc1b04b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
qa/qa/runtime/env.rb
qa/qa/runtime/env.rb
+4
-0
qa/qa/runtime/user.rb
qa/qa/runtime/user.rb
+1
-1
No files found.
qa/qa/runtime/env.rb
View file @
18f9f473
...
@@ -144,6 +144,10 @@ module QA
...
@@ -144,6 +144,10 @@ module QA
ENV
[
'GITLAB_PASSWORD'
]
ENV
[
'GITLAB_PASSWORD'
]
end
end
def
initial_root_password
ENV
[
'GITLAB_INITIAL_ROOT_PASSWORD'
]
end
def
github_username
def
github_username
ENV
[
'GITHUB_USERNAME'
]
ENV
[
'GITHUB_USERNAME'
]
end
end
...
...
qa/qa/runtime/user.rb
View file @
18f9f473
...
@@ -18,7 +18,7 @@ module QA
...
@@ -18,7 +18,7 @@ module QA
end
end
def
default_password
def
default_password
'5iveL!fe'
Runtime
::
Env
.
initial_root_password
||
'5iveL!fe'
end
end
def
username
def
username
...
...
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