CI Rawhide: Don't check gpg keys

They are usually broken in rawhide
This commit is contained in:
Carlos Soriano 2018-09-07 08:45:02 +00:00
parent 61bab7759c
commit 806fb60e9c

View file

@ -79,9 +79,9 @@ fedora:rawhide:
image: fedora:rawhide
stage: cross_environment
before_script:
- dnf update -y
- dnf install -y 'dnf-command(builddep)' redhat-rpm-config libseccomp-devel gcovr
- dnf builddep -y nautilus
- dnf update -y --nogpgcheck
- dnf install -y 'dnf-command(builddep)' redhat-rpm-config libseccomp-devel gcovr --nogpgcheck
- dnf builddep -y nautilus --nogpgcheck
script:
- meson _build . -Db_coverage=true
- cd _build