Try to fix travis upstream

This commit is contained in:
Maurizio Vitale 2022-03-15 15:13:01 +00:00
parent e9ca37bf99
commit aa9f0fe13f

View File

@ -50,7 +50,7 @@ curl -s -X POST \
-H "Travis-API-Version: 3" \ -H "Travis-API-Version: 3" \
-H "Authorization: token ${TOKEN}" \ -H "Authorization: token ${TOKEN}" \
-d "$body" \ -d "$body" \
https://api.travis-ci.com/repo/Alfresco/alfresco-apps/requests \ https://api.travis-ci.com/repo/Alfresco%2Falfresco-apps/requests \
| tee /tmp/travis-request-output.$$.txt | tee /tmp/travis-request-output.$$.txt
if grep -q '"@type": "error"' /tmp/travis-request-output.$$.txt; then if grep -q '"@type": "error"' /tmp/travis-request-output.$$.txt; then