From 83e16cb536b6b2588742287a84fb6312d85b398c Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Fri, 17 May 2019 08:05:32 +0200 Subject: [PATCH] updated wording Signed-off-by: tobiasKaminsky --- scripts/uploadArtifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uploadArtifact.sh b/scripts/uploadArtifact.sh index 4d62f24ddd..3c97d34fe7 100755 --- a/scripts/uploadArtifact.sh +++ b/scripts/uploadArtifact.sh @@ -34,4 +34,4 @@ qrencode -o $PR.png "$PUBLIC_URL/$BUILD.apk" curl -u $USER:$PASS -X PUT $DAV_URL/$BUILD.apk --upload-file build/outputs/apk/qa/debug/qa-debug-*.apk curl -u $USER:$PASS -X PUT $DAV_URL/$BUILD.png --upload-file $PR.png -curl -u $GIT_USERNAME:$GIT_TOKEN -X POST https://api.github.com/repos/nextcloud/android/issues/$PR/comments -d "{ \"body\" : \"APK file: $PUBLIC_URL/$BUILD.apk

![qrcode]($PUBLIC_URL/$BUILD.png) \" }" +curl -u $GIT_USERNAME:$GIT_TOKEN -X POST https://api.github.com/repos/nextcloud/android/issues/$PR/comments -d "{ \"body\" : \"APK file: $PUBLIC_URL/$BUILD.apk

![qrcode]($PUBLIC_URL/$BUILD.png)

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app. \" }"