Update CI mail.yml to ignore rawhide result

This commit is contained in:
Mike FABIAN 2020-09-02 11:32:07 +02:00
parent d0959838b3
commit 25efbb7470

View File

@ -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