Skip to content
Snippets Groups Projects
Commit 5fa3063a authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

fix date

parent aa54df36
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/nextcloud_mail_nightly_build_(date +%Y-%m-%d).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