mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:39:29 +02:00
Point to new gitlab URL
This commit is contained in:
parent
1da58f7015
commit
99359094e0
20 changed files with 55 additions and 55 deletions
|
@ -2,7 +2,7 @@ import gitlab
|
|||
|
||||
TOKEN = "CHANGEME"
|
||||
CLEAN_BEFORE = "2018-07"
|
||||
gl = gitlab.Gitlab("https://code.eliotberriot.com", private_token=TOKEN, per_page=100)
|
||||
gl = gitlab.Gitlab("https://dev.funkwhale.audio", private_token=TOKEN, per_page=100)
|
||||
project = gl.projects.get("funkwhale/funkwhale")
|
||||
|
||||
jobs = project.jobs.list(as_list=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue