Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2017-01-06 12:54:50 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2017-01-06 12:54:50 +0300
commit91a6f3c4a9477f1c4c58911267ccab34c749b426 (patch)
treec3484f869bce95927a773fea24e882096d0c2070 /.travis.yml
parentf27f06681dfc3e7321a7e206dc1b545d5b803f02 (diff)
Change to full path for nightly upload
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index acbe2ceb8..6a8250b2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,7 @@ script:
- if [[ "$PACKAGE" = "TRUE" ]]; then make appstore; fi
# Upload the nightly to ftp server
- - if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T build/artifacts/appstore/mail.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://upload.portknox.de/htdocs/mail/nextcloud_mail_nightly_build_$(date +%Y-%m-%d).tar.gz; fi
+ - if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T /home/travis/build/nextcloud/core/apps/mail/build/artifacts/mail.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://upload.portknox.de/htdocs/mail/nextcloud_mail_nightly_build_$(date +%Y-%m-%d).tar.gz; fi
matrix:
include: