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:
parent
c44aab4025
commit
3bee9aebb2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue