Update CI mail.yml to ignore rawhide result

This commit is contained in:
Takao Fujiwara 2020-08-28 13:30:09 +09:00
parent 3e5b0e7a10
commit cb699f2a5b

View File

@ -77,6 +77,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