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

Update mirror.yml

get more output
This commit is contained in:
sidey79 2021-12-01 23:04:17 +01:00 committed by GitHub
parent 21ae9bb2d5
commit 6f7162d0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,6 @@ jobs:
key: ${{ runner.os }}-fhemsvnmirror3-${{ steps.get-date.outputs.timestamp }}
restore-keys: |
${{ runner.os }}-fhemsvnmirror3-
${{ runner.os }}-fhemsvnmirror2-20211129
- name: init mirror repository if it is not already a mirror
timeout-minutes: 1800
@ -86,8 +85,9 @@ jobs:
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
git checkout -f "master"
git branch -a
#git rebase "remotes/svn/trunk"
git svn rebase "remotes/svn/trunk"
git svn rebase
echo "::set-output name=SVN_FETCH_STATUS::complete"
elif [[ $RET != 124 ]]; then
echo "::set-output name=SVN_FETCH_STATUS::error"