From 0dbd71eeaf786ef1629da09d1dc83cd99f14ffd2 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sun, 25 Aug 2019 08:05:58 -0500 Subject: [PATCH] Output from lftp is not an error --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3816be84c..0f4a734ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 }