chore: switch uploadArtifact.sh to remote.php/dav
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Родитель
3522ab7981
Коммит
f9928ef60a
|
@ -12,13 +12,13 @@
|
|||
#4: DRONE_PULL_REQUEST
|
||||
#5: GITHUB_TOKEN
|
||||
|
||||
DAV_URL=https://nextcloud.kaminsky.me/remote.php/webdav/android-artifacts/
|
||||
PUBLIC_URL=https://www.kaminsky.me/nc-dev/android-artifacts
|
||||
USER=$1
|
||||
PASS=$2
|
||||
BUILD=$3
|
||||
PR=$4
|
||||
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
|
||||
exit 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче