gitlab-ci: checkupdates_filter needs ca-certificates

This commit is contained in:
Hans-Christoph Steiner 2024-10-29 13:49:19 +01:00
parent 3183e8cdd5
commit 3f96613ee1
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -489,7 +489,7 @@ checkupdates_filter:
- if: $CI_PROJECT_PATH == 'fdroid/checkupdates-bot-fdroiddata'
script:
- apt-get update
- apt-get -qy install --no-install-recommends git
- apt-get -qy install --no-install-recommends ca-certificates git
- git fetch https://gitlab.com/fdroid/fdroiddata.git
- echo "Checking for modifications to restricted paths:"
- ! (git diff --merge-base FETCH_HEAD HEAD --name-only | grep -v '^metadata/\S*\.yml$')