File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
if curl --output /dev/null --silent --head --fail "https://${SERVER_URL}"; then
301
301
timeout 5m lftp -e "mirror --include-glob=*/archive/*.torrent --parallel=64; exit" https://${SERVER_URL} || exit_status=$?
302
302
cd ..
303
- find source/*/archive/ -mindepth 1 -maxdepth 1 -exec mv -i -- {} compare/ \;
303
+ find source/*/archive/ -mindepth 1 -maxdepth 1 -exec mv -i -- {} compare/ \; || true
304
304
fi
305
305
OUT=$(diff -rq compare dl || true)
306
306
mkdir -p status
@@ -360,7 +360,7 @@ jobs:
360
360
if curl --output /dev/null --silent --head --fail "https://${SERVER_URL}"; then
361
361
timeout 5m lftp -e "mirror --include-glob=*/archive/*.torrent --parallel=64; exit" https://${SERVER_URL} || exit_status=$?
362
362
cd ..
363
- find source/*/archive/ -mindepth 1 -maxdepth 1 -exec mv -i -- {} compare/ \;
363
+ find source/*/archive/ -mindepth 1 -maxdepth 1 -exec mv -i -- {} compare/ \; || true
364
364
fi
365
365
OUT=$(diff -rq compare archive || true)
366
366
mkdir -p status
You can’t perform that action at this time.
0 commit comments