2
0
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:
sidey79 2021-12-06 21:26:55 +01:00 committed by GitHub
parent 7deb4ba8ff
commit 1e6e83ceb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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