1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

gitlab-ci: 'Safety' now needs git to run

Unhandled exception happened: [Errno 2] No such file or directory: 'git'
https://gitlab.com/fdroid/fdroidserver/-/jobs/2724632572
This commit is contained in:
Hans-Christoph Steiner 2022-07-14 16:09:22 -07:00
parent 33f3b5d7a4
commit 3b1ab74354
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -190,7 +190,7 @@ lint_format_safety_bandit_checks:
variables:
LANG: C.UTF-8
script:
- apk add --no-cache bash build-base dash ca-certificates gcc python3 python3-dev
- apk add --no-cache bash build-base dash ca-certificates gcc git python3 python3-dev
- python3 -m ensurepip
- $pip install Babel bandit pycodestyle pyflakes pylint safety
- export EXITVALUE=0