Skip to content
Snippets Groups Projects
Commit f84ba814 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'ci-epel-error' into 'master'

ci: make distro:epel-7 easier to debug in typical cases

See merge request !598
parents 01282a73 8394b9b2
Branches
Tags
1 merge request!598ci: make distro:epel-7 easier to debug in typical cases
Pipeline #36891 passed with warnings with stages
in 9 minutes and 30 seconds
......@@ -307,7 +307,7 @@ distro:epel-7:
dependencies:
- srpm
script:
- mock --dnf --old-chroot -r epel-7-x86_64 --rebuild *.src.rpm
- mock --dnf --old-chroot -r epel-7-x86_64 --rebuild *.src.rpm || (cat /var/lib/mock/epel-7-x86_64/result/build.log; false)
after_script:
- mv /var/lib/mock/epel-7-x86_64/result epel-7-x86_64
artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment