File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ find . -type f -exec curl -u $USER:$PASS -X PUT $URL/$REMOTE_FOLDER/$(echo {} |
4141
4242echo " Uploaded failing library tests to https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER /debug/"
4343
44- curl -u - -header " Authorization: token $GIT_TOKEN " -X POST https://api.github.com/repos/nextcloud/android-library/issues/$PR_ID /comments -d " { \" body\" : \" $BRANCH_TYPE test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER /debug/ \" }"
44+ curl --header " Authorization: token $GIT_TOKEN " -X POST https://api.github.com/repos/nextcloud/android-library/issues/$PR_ID /comments -d " { \" body\" : \" $BRANCH_TYPE test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/$REMOTE_FOLDER /debug/ \" }"
4545exit 1
You can’t perform that action at this time.
0 commit comments