OPS: postbuild script (#720)

This commit is contained in:
Overtorment 2019-11-02 22:21:56 +00:00 committed by GitHub
parent d87da59f31
commit fb36be5a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@ if [ -f $FILENAME ]; then
echo App url: $APPURL echo App url: $APPURL
PR=`node appcenter-post-build-get-pr-number.js` PR=`node appcenter-post-build-get-pr-number.js`
echo PR: $PR echo PR: $PR
curl -X POST --data "{\"body\":\"Test this build in browser:\n\n(ノ◕ヮ◕)ノ*:・゚✧ $APPURL\n\n(posted automatically)\"}" -u "Overtorment:$GITHUB" "https://api.github.com/repos/BlueWallet/BlueWallet/issues/$PR/comments" curl -X POST --data "{\"body\":\"This was a triumph. I'm making a note here: HUGE SUCCESS.\n\n [android] $APPURL\"}" -u "$GITHUB_USERNAME:$GITHUB" "https://api.github.com/repos/BlueWallet/BlueWallet/issues/$PR/comments"
fi fi