From 085398f3a1e53c8b236a767089c8889ce920eabb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Dec 2020 12:02:46 +0100 Subject: [PATCH] schedule-issuebot: python-gitlab is the actual library used --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5020dea23f..fe8503f5af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: