schedule-issuebot: python-gitlab is the actual library used

This commit is contained in:
Hans-Christoph Steiner 2020-12-17 12:02:46 +01:00
parent 6d26432439
commit 085398f3a1

View file

@ -98,7 +98,7 @@ schedule-issuebot:
- export | grep -F CI_ | grep -vFi -e password -e token > logs/export.txt
- apk add --no-cache bash curl ca-certificates python3
- python3 -m ensurepip
- $pip install gitlab
- $pip install python-gitlab
- ./tools/schedule-issuebot.py
checkupdates_trigger: