Skip to content
Snippets Groups Projects
Unverified Commit aa54df36 authored by Steffen Lindner's avatar Steffen Lindner
Browse files

Add correct name & date

parent 163c111b
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,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://ftp.portknox.net/htdocs/mail/mail.tar.gz; fi
- if [[ "$NIGHTLY" = "TRUE" ]]; then curl --ftp-create-dirs -T build/artifacts/appstore/mail.tar.gz -u $FTP_LOGIN:$FTP_PW ftp://ftp.portknox.net/htdocs/mail/nextcloud_mail_nightly_build_(date +%Y-%m-%d).tar.gz; fi
matrix:
include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment