From 45afc9ed2d7e495961b3a45fef139d66ceb65bb0 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Fri, 23 Aug 2019 11:01:33 +0200 Subject: [PATCH] Update funkwhale.yml --- tasks/funkwhale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/funkwhale.yml b/tasks/funkwhale.yml index 9e6a0f9..3eb0c84 100644 --- a/tasks/funkwhale.yml +++ b/tasks/funkwhale.yml @@ -72,7 +72,7 @@ become_user: "{{ funkwhale_username }}" when: funkwhale_frontend_managed unarchive: - src: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/{{ funkwhale_version }}/download?job=build_front + src: https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/{{ funkwhale_version }}/download?job=build_front dest: "{{ funkwhale_install_path }}" remote_src: true notify: @@ -82,7 +82,7 @@ become: true become_user: "{{ funkwhale_username }}" unarchive: - src: https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/{{ funkwhale_version }}/download?job=build_api + src: https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/{{ funkwhale_version }}/download?job=build_api dest: "{{ funkwhale_install_path }}" remote_src: true notify: -- GitLab