mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
This commit is contained in:
parent
9adfea08fd
commit
0887af1d39
1
.github/workflows/mirror.yml
vendored
1
.github/workflows/mirror.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
||||
run: |
|
||||
echo "::set-output name=SVN_FETCH_STATUS::incomplete"
|
||||
cd "${GITHUB_WORKSPACE}/src/fhem-mirror";
|
||||
git branch -a
|
||||
RET=0
|
||||
timeout 1200 git svn -q fetch || timeout 120 git svn -q fetch || RET=$?; # Limit each run to 20 minutes to not overload fhem.de servers and build cache in chunks
|
||||
if [[ $RET == 0 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user