mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6294 from lmskater/fix-ftp-home
[Jenkins][ci skip] Fix ftp home in upload_apk.sh
This commit is contained in:
commit
1d64d4038a
|
@ -1,9 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
localfile=$1
|
||||
#!/bin/sh
|
||||
calfile=$1
|
||||
remotefile=$2
|
||||
|
||||
sftp redmine@10.10.11.15 << EOF
|
||||
sftp $FTP_HOME << EOF
|
||||
put $localfile $remotefile
|
||||
bye
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue