Continue when possible

This commit is contained in:
Thijs Niks 2019-11-14 20:52:08 -08:00
parent e46bbab164
commit 0dcdfc242f
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror -R -c -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"