mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue