mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
gitlab-ci: fix schedule-issuebot job for new pip version
I ported this job from Alpine to Debian to make future upgrades easier and in sync with all the other jobs. The Alpine job isn't notably faster than the debian:bookworm-slim jobs anyway.
This commit is contained in:
parent
f58a2abad0
commit
f79fa12269
1 changed files with 3 additions and 4 deletions
|
|
@ -262,7 +262,7 @@ trigger-issuebot:
|
|||
schedule-issuebot:
|
||||
stage: test
|
||||
needs: []
|
||||
image: alpine
|
||||
image: debian:bookworm-slim
|
||||
only:
|
||||
variables:
|
||||
- $SCHEDULE_ISSUEBOT
|
||||
|
|
@ -277,9 +277,8 @@ schedule-issuebot:
|
|||
script:
|
||||
- mkdir logs
|
||||
- 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 python-gitlab
|
||||
- apt-get update
|
||||
- apt-get -qy install --no-install-recommends bash curl ca-certificates python3-gitlab
|
||||
- ./tools/schedule-issuebot.py
|
||||
|
||||
checkupdates_runner:
|
||||
|
|
|
|||
Loading…
Reference in a new issue