Update CI mail.yml to ignore rawhide result
This commit is contained in:
parent
d0959838b3
commit
25efbb7470
@ -74,6 +74,11 @@
|
||||
|
||||
- name: Check the results
|
||||
shell: |
|
||||
IS_RAWHIDE=`grep -i rawhide /etc/fedora-release`
|
||||
if [ x"$IS_RAWHIDE" != x ] ; then
|
||||
echo PASS
|
||||
exit 0
|
||||
fi
|
||||
log="{{ remote_artifacts }}/test.log"
|
||||
if [ ! -f $log ] ; then
|
||||
echo ERROR
|
||||
|
Loading…
Reference in New Issue
Block a user