diff --git a/scripts/travis/update/trigger-travis-children.sh b/scripts/travis/update/trigger-travis-children.sh index 316b023718..c9262bfd64 100755 --- a/scripts/travis/update/trigger-travis-children.sh +++ b/scripts/travis/update/trigger-travis-children.sh @@ -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