mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
Fix Iteration
This commit is contained in:
parent
0b58876281
commit
b3caf313f5
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -82,12 +82,12 @@ jobs:
|
||||
RET=124
|
||||
c=1
|
||||
while [ $RET -eq 124 ]; do
|
||||
echo "::group::Fetch ${c}/4"
|
||||
echo "::group::Fetch ${c}/5"
|
||||
timeout 600 git svn --log-window-size=200 -q fetch && RET=$? || true
|
||||
if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then
|
||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||
fi
|
||||
((c++)) && ((c==4)) && break
|
||||
((c++)) && ((c==6)) && break
|
||||
echo "::endgroup::"
|
||||
done
|
||||
if [ "$RET" -eq 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user