From 3b1ab74354d72c0d2a0f51bf8293c6fda2338195 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 Jul 2022 16:09:22 -0700 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c5140ad..daa95686 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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