mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
limit runtime to get new cache entry
This commit is contained in:
parent
7deb4ba8ff
commit
1e6e83ceb1
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
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
|
||||
timeout 600 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
|
||||
git checkout -f "master"
|
||||
git branch -a
|
||||
|
Loading…
Reference in New Issue
Block a user