From 2c9853613b4806f4d570329fa155b6998f814862 Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 18:40:44 +0100 Subject: [PATCH] rebase30 --- .gitea/workflows/build->develop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build->develop.yml b/.gitea/workflows/build->develop.yml index b100bf3..9e4a794 100644 --- a/.gitea/workflows/build->develop.yml +++ b/.gitea/workflows/build->develop.yml @@ -45,9 +45,11 @@ jobs: if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then ls git log -5 + git status git rebase origin/master --strategy-option=ours ls git log -5 + git status 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;