fix propagate script

This commit is contained in:
Eugenio Romano
2020-02-07 17:15:08 +00:00
parent 1275fa6606
commit c663514538

View File

@@ -68,8 +68,9 @@ do
if grep -q '"@type": "error"' /tmp/travis-request-output.$$.txt; then
exit 1
fi
if grep -q 'access denied' /tmp/travis-request-output.$$.txt; then
exit 1
fi
fi
done