2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

mirror.yml

- updated workflow, recreate tags
This commit is contained in:
sidey79 2021-12-08 22:55:11 +01:00
parent de0d6cc3e9
commit e430114cfa

View File

@ -84,7 +84,7 @@ jobs:
cd "${GITHUB_WORKSPACE}/src/fhem-mirror"; cd "${GITHUB_WORKSPACE}/src/fhem-mirror";
git branch -a git branch -a
RET=0 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 1200 git svn -q fetch || timeout 300 git svn -q fetch || RET=$?; # Limit each run to 25 minutes to not overload fhem.de servers and build cache in chunks
if [[ $RET == 0 ]]; then if [[ $RET == 0 ]]; then
git checkout -f "master" git checkout -f "master"
git branch -a git branch -a