mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
OPS: postbuild script (#720)
This commit is contained in:
parent
d87da59f31
commit
fb36be5a53
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user