diff options
author | archshift <gh@archshift.com> | 2015-10-04 02:23:31 +0200 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-10-04 02:23:31 +0200 |
commit | addef06081c368928f1e76d929a8f176a6209eb2 (patch) | |
tree | 9812873049a8a3ad9690aa6941b0c486c03839b1 | |
parent | Merge pull request #1176 from lioncash/vs2015-code-junking-day (diff) | |
download | yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar.gz yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar.bz2 yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar.lz yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar.xz yuzu-addef06081c368928f1e76d929a8f176a6209eb2.tar.zst yuzu-addef06081c368928f1e76d929a8f176a6209eb2.zip |
-rwxr-xr-x | .travis-upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh index 3a15e8f6a..e508386dd 100755 --- a/.travis-upload.sh +++ b/.travis-upload.sh @@ -24,5 +24,5 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then ARCHIVE_NAME="${REV_NAME}.tar.xz" tar -cJvf "$ARCHIVE_NAME" "$REV_NAME" - lftp -c "open -u citra-builds,$BUILD_PASSWORD sftp://builds.citra-emu.org; put -O '$UPLOAD_DIR' '$ARCHIVE_NAME'" + lftp -c "open -u citra-builds,$BUILD_PASSWORD sftp://builds.citra-emu.org; set sftp:auto-confirm yes; put -O '$UPLOAD_DIR' '$ARCHIVE_NAME'" fi |