rm debug
This commit is contained in:
parent
98441f73cd
commit
70d8c49ec0
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ deploy:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make all -j8 # build the pdf
|
- make all -j8 # build the pdf
|
||||||
- lftp -e "set ftp:ssl-allow false; set sftp:auto-confirm yes; debug; mirror -R public www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
|
- lftp -e "set ftp:ssl-allow false; set sftp:auto-confirm yes; mirror -R public www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD sftp://zamok.crans.org
|
||||||
only:
|
only:
|
||||||
- master # deploy the pdf only for commits made to the master branch
|
- master # deploy the pdf only for commits made to the master branch
|
||||||
|
|
Loading…
Reference in a new issue