OPS: appetize link fix (use pixel4 device by default)

This commit is contained in:
Overtorment 2021-04-27 20:53:44 +01:00
parent 1a8bcfb172
commit 5d6ca5a87f

View File

@ -13,7 +13,7 @@ if [ -f $FILENAME ]; then
APTZ=`curl "https://$APPETIZE@api.appetize.io/v1/apps" -F "file=@$FILENAME" -F "platform=android"`
echo Apptezize response:
echo $APTZ
APPURL=`node -e "let e = JSON.parse('$APTZ'); console.log(e.publicURL);"`
APPURL=`node -e "let e = JSON.parse('$APTZ'); console.log(e.publicURL + '?device=pixel4');"`
echo App url: $APPURL
PR=`node scripts/appcenter-post-build-get-pr-number.js`
echo PR: $PR