mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
try fixing scp mis-sending filename
This commit is contained in:
parent
3b0a523499
commit
02f37009d2
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ before_install:
|
|||
- sudo apt-get install -y python-lxml imagemagick
|
||||
script:
|
||||
- "./gradlew -PuseCrashlytics asXw4dDeb"
|
||||
- scp -o "StrictHostKeyChecking no" -i /tmp/id_rsa_uploader -d app/build/outputs/apk/xw4d/debug/*.apk
|
||||
uploader@eehouse.org:XW4D_UPLOAD
|
||||
- NAME=$(find app/build/outputs/apk/xw4d/debug -name '*.apk')
|
||||
- scp -o "StrictHostKeyChecking no" -i /tmp/id_rsa_uploader -d $NAME uploader@eehouse.org:XW4D_UPLOAD/$(basename $NAME)
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in a new issue