mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:59:17 +02:00
Point to new gitlab URL
This commit is contained in:
parent
fd1ce6ef51
commit
dd23dfa07c
21 changed files with 57 additions and 57 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