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
4
Expand
👍
0
👎
0
Merge request reports
Compare
master
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
latest version
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
4 files
+
22
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
tasks/funkwhale.yml
+
2
−
2
Options
@@ -279,7 +279,7 @@
block
:
"
{{
funkwhale_custom_settings
}}"
-
name
:
"
Collect
static
files"
command
:
"
{{
funkwhale_install_path
}}/virtualenv/bin/
python
api/
manage
.py
collectstatic
--no-input"
command
:
"
{{
funkwhale_install_path
}}/virtualenv/bin/
funkwhale-
manage
collectstatic
--no-input"
become
:
true
become_user
:
"
{{
funkwhale_username
}}"
args
:
@@ -288,6 +288,6 @@
-
name
:
"
Apply
database
migrations"
become
:
true
become_user
:
"
{{
funkwhale_username
}}"
command
:
"
{{
funkwhale_install_path
}}/virtualenv/bin/
python
api/
manage
.py
migrate
--no-input"
command
:
"
{{
funkwhale_install_path
}}/virtualenv/bin/
funkwhale-
manage
migrate
--no-input"
args
:
chdir
:
"
{{
funkwhale_install_path
}}"
Loading