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
Commits
c50999c7
Commit
c50999c7
authored
1 year ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
fix: Update download urls for artifacts
parent
ade5f7c8
No related branches found
Branches containing commit
No related tags found
1 merge request
!36
ci: Run tests on debian 12
Pipeline
#31991
failed with stage
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/funkwhale.yml
+2
-2
2 additions, 2 deletions
tasks/funkwhale.yml
with
2 additions
and
2 deletions
tasks/funkwhale.yml
+
2
−
2
View file @
c50999c7
...
...
@@ -100,7 +100,7 @@
become_user
:
"
{{
funkwhale_username
}}"
when
:
funkwhale_frontend_managed and not funkwhale_install_from_source
unarchive
:
src
:
https://dev.funkwhale.audio/funkwhale/funkwhale/
build
s/artifacts/{{ funkwhale_install_version }}/download?job=build_front
src
:
https://dev.funkwhale.audio/funkwhale/funkwhale/
-/job
s/artifacts/{{ funkwhale_install_version }}/download?job=build_front
dest
:
"
{{
funkwhale_install_path
}}"
remote_src
:
true
notify
:
...
...
@@ -111,7 +111,7 @@
become_user
:
"
{{
funkwhale_username
}}"
when
:
not funkwhale_install_from_source
unarchive
:
src
:
https://dev.funkwhale.audio/funkwhale/funkwhale/
build
s/artifacts/{{ funkwhale_install_version }}/download?job=build_api
src
:
https://dev.funkwhale.audio/funkwhale/funkwhale/
-/job
s/artifacts/{{ funkwhale_install_version }}/download?job=build_api
dest
:
"
{{
funkwhale_install_path
}}"
remote_src
:
true
notify
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment