mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
gitlab-ci: checkupdates_filter needs ca-certificates
This commit is contained in:
parent
3183e8cdd5
commit
3f96613ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -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$')
|
||||
|
|
|
|||
Loading…
Reference in a new issue