mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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:
parent
33f3b5d7a4
commit
3b1ab74354
@ -190,7 +190,7 @@ lint_format_safety_bandit_checks:
|
|||||||
variables:
|
variables:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
script:
|
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
|
- python3 -m ensurepip
|
||||||
- $pip install Babel bandit pycodestyle pyflakes pylint safety
|
- $pip install Babel bandit pycodestyle pyflakes pylint safety
|
||||||
- export EXITVALUE=0
|
- export EXITVALUE=0
|
||||||
|
Loading…
Reference in New Issue
Block a user