mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 13:25:35 +00:00
ci: Upgrade certificates
Fixes #346
(cherry picked from commit eb0bf0abf4
)
This commit is contained in:
parent
4c8561e0f0
commit
e79dc64238
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ validate-metadata:
|
||||||
before_script:
|
before_script:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install appstream-util
|
- apt-get -y install eatmydata ca-certificates
|
||||||
|
- eatmydata apt-get -y install appstream-util
|
||||||
script:
|
script:
|
||||||
- appstream-util validate data/org.gnome.Calls.metainfo.xml
|
- appstream-util validate data/org.gnome.Calls.metainfo.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue