mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
mirror.yml
- updated workflow, recreate tags
This commit is contained in:
parent
de0d6cc3e9
commit
e430114cfa
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user