Update CI mail.yml to ignore rawhide result
This commit is contained in:
parent
3e5b0e7a10
commit
cb699f2a5b
@ -77,6 +77,11 @@
|
|||||||
|
|
||||||
- name: Check the results
|
- name: Check the results
|
||||||
shell: |
|
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"
|
log="{{ remote_artifacts }}/test.log"
|
||||||
if [ ! -f $log ] ; then
|
if [ ! -f $log ] ; then
|
||||||
echo ERROR
|
echo ERROR
|
||||||
|
Loading…
Reference in New Issue
Block a user