mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
try linear commit histrory
This commit is contained in:
parent
80d4680538
commit
c6917c270d
5
.github/workflows/mirror.yml
vendored
5
.github/workflows/mirror.yml
vendored
@ -88,7 +88,8 @@ 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 rebase "remotes/svn/trunk"
|
||||
#git rebase "remotes/svn/trunk"
|
||||
git svn rebase -l
|
||||
echo "::set-output name=SVN_FETCH_STATUS::complete"
|
||||
elif [[ $RET != 124 ]]; then
|
||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||
@ -131,5 +132,5 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: main
|
||||
directory: ./src/fhem-mirror
|
||||
force: true
|
||||
force: false
|
||||
tags: true
|
||||
|
Loading…
Reference in New Issue
Block a user