debugging CI
This commit is contained in:
parent
3e76d9652c
commit
9d7f76ea33
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ deploy:
|
|||
|
||||
script:
|
||||
# - make all -j8 # build the pdf
|
||||
- echo $FTP_USER
|
||||
- echo $FTP_PASSWORD
|
||||
- lftp -e "set ftp:ssl-allow false;debug; mirror -R img www/m1-eea; bye" -u $FTP_USER,$FTP_PASSWORD ftp://zamok.crans.org
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue