Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ansible
Merge requests
!42
ci: Run tests for latest develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: Run tests for latest develop
test-develop
into
master
Overview
0
Commits
3
Pipelines
13
Changes
4
Merged
Georg Krause
requested to merge
test-develop
into
master
1 year ago
Overview
0
Commits
3
Pipelines
13
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
version 5
version 10
a0e98c4e
1 year ago
version 9
fc41c3ab
1 year ago
version 8
91567bc1
1 year ago
version 7
6e64d954
1 year ago
version 6
772f611b
1 year ago
version 5
7a3f3dfc
1 year ago
version 4
b57f45e2
1 year ago
version 3
10985e08
1 year ago
version 2
3ee83829
1 year ago
version 1
69d17203
1 year ago
master (base)
and
version 6
latest version
653ce996
3 commits,
1 year ago
version 10
a0e98c4e
3 commits,
1 year ago
version 9
fc41c3ab
3 commits,
1 year ago
version 8
91567bc1
3 commits,
1 year ago
version 7
6e64d954
3 commits,
1 year ago
version 6
772f611b
3 commits,
1 year ago
version 5
7a3f3dfc
3 commits,
1 year ago
version 4
b57f45e2
3 commits,
1 year ago
version 3
10985e08
3 commits,
1 year ago
version 2
3ee83829
2 commits,
1 year ago
version 1
69d17203
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
install.sh
+
1
−
1
Options
@@ -73,7 +73,7 @@ setup() {
if
[
-z
"
$funkwhale_admin_email
"
]
;
then
read
-p
"Enter the email used for the admin user (and Let's Encrypt certificate): "
funkwhale_admin_email
fi
if
[
-z
"
$
funkwhale_admin_password
"
]
;
then
if
[
-z
"
$
FUNKWHALE_CLI_USER_PASSWORD
"
]
;
then
read
-p
"Enter the password used for the admin user: "
FUNKWHALE_CLI_USER_PASSWORD
fi
if
[
-z
"
$customize_install
"
]
;
then
Loading