mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
gitlab-ci: fdroidserver has moved from pyasn1 to asn1crypto
This commit is contained in:
parent
52b0641395
commit
ea0bf05f9d
1 changed files with 2 additions and 1 deletions
|
|
@ -174,9 +174,9 @@ fdroid lint config:
|
||||||
ca-certificates
|
ca-certificates
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
|
python3-asn1crypto
|
||||||
python3-defusedxml
|
python3-defusedxml
|
||||||
python3-git
|
python3-git
|
||||||
python3-pyasn1-modules
|
|
||||||
python3-pycountry
|
python3-pycountry
|
||||||
python3-qrcode
|
python3-qrcode
|
||||||
python3-requests
|
python3-requests
|
||||||
|
|
@ -188,6 +188,7 @@ fdroid lint config:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "push"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "push"
|
||||||
changes:
|
changes:
|
||||||
paths:
|
paths:
|
||||||
|
- .gitlab-ci.yml
|
||||||
- config.yml
|
- config.yml
|
||||||
- config/*.yml
|
- config/*.yml
|
||||||
- config/*/*.yml
|
- config/*/*.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue