mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
Output from lftp is not an error
This commit is contained in:
parent
ca1571307e
commit
0dbd71eeaf
@ -41,5 +41,5 @@ environment:
|
||||
|
||||
deploy_script:
|
||||
- semantic-release
|
||||
- ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "master") { lftp -e 'set ftp:ssl-allow no ; mirror -R -c -e -p doc/_site public_html/xmldocs; chmod -R a+X public_html/xmldocs ; ls -l public_html/xmldocs/ ; ls -l public_html/xmldocs/styles/ ; bye' -u mirreofx --env-password ftp://mirror-networking.com }
|
||||
- ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "master") { lftp -e 'set ftp:ssl-allow no ; mirror -R -c -e -p doc/_site public_html/xmldocs; chmod -R a+X public_html/xmldocs ; ls -l public_html/xmldocs/ ; ls -l public_html/xmldocs/styles/ ; bye' -u mirreofx --env-password ftp://mirror-networking.com 2>&1 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user