allow RPM build failure until we can fix it

The current building issue is a docker issue unrelated to Spot,
so it should not prevent us from doing a release.

* .gitlab-ci.yml (rpm-pkg): Allow failure.
This commit is contained in:
Alexandre Duret-Lutz 2022-01-14 17:40:55 +01:00
parent c44aab4025
commit 3bee9aebb2

View file

@ -330,6 +330,7 @@ rpm-pkg:
- cp spot.spec ~/rpmbuild/SPECS/
- rpmbuild -bb ~/rpmbuild/SPECS/spot.spec
- mv ~/rpmbuild/RPMS/x86_64/*.rpm .
allow_failure: true
artifacts:
when: always
expire_in: 1 week