mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix location so scp can work
This commit is contained in:
parent
f934ac3c5c
commit
ca2882acb1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ before_install:
|
||||||
- sudo apt-get install -y python-lxml imagemagick
|
- sudo apt-get install -y python-lxml imagemagick
|
||||||
script:
|
script:
|
||||||
- "./gradlew -PuseCrashlytics asXw4dNoSMSDeb"
|
- "./gradlew -PuseCrashlytics asXw4dNoSMSDeb"
|
||||||
- scp -o "StrictHostKeyChecking no" -i /tmp/id_rsa_uploader -d app/build/outputs/apk/xw4d/debug/*.apk
|
- scp -o "StrictHostKeyChecking no" -i /tmp/id_rsa_uploader -d app/build/outputs/apk/*/debug/*.apk
|
||||||
uploader@eehouse.org:XW4D_UPLOAD
|
uploader@eehouse.org:XW4D_UPLOAD
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue