mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
chore: switch uploadArtifact.sh to remote.php/dav
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
3522ab7981
commit
f9928ef60a
@ -12,13 +12,13 @@
|
|||||||
#4: DRONE_PULL_REQUEST
|
#4: DRONE_PULL_REQUEST
|
||||||
#5: GITHUB_TOKEN
|
#5: GITHUB_TOKEN
|
||||||
|
|
||||||
DAV_URL=https://nextcloud.kaminsky.me/remote.php/webdav/android-artifacts/
|
|
||||||
PUBLIC_URL=https://www.kaminsky.me/nc-dev/android-artifacts
|
PUBLIC_URL=https://www.kaminsky.me/nc-dev/android-artifacts
|
||||||
USER=$1
|
USER=$1
|
||||||
PASS=$2
|
PASS=$2
|
||||||
BUILD=$3
|
BUILD=$3
|
||||||
PR=$4
|
PR=$4
|
||||||
GITHUB_TOKEN=$5
|
GITHUB_TOKEN=$5
|
||||||
|
DAV_URL=https://nextcloud.kaminsky.me/remote.php/dav/files/$USER/android-artifacts/
|
||||||
|
|
||||||
if ! test -e app/build/outputs/apk/qa/debug/app-qa-*.apk ; then
|
if ! test -e app/build/outputs/apk/qa/debug/app-qa-*.apk ; then
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user