This commit is contained in:
gilesb 2023-10-23 15:44:29 +01:00 committed by giles
parent 6528fcac86
commit 99805e37fd
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
run: |
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
git rebase origin/master --strategy ours
git log -5
echo no development branch so pushing
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea;