mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +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
|
||||
script:
|
||||
- "./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
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in a new issue