From 73426dd9770b5eb5f95dc8e48027d9e6ef9a7a9b Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 23 Oct 2023 10:40:52 +0100 Subject: [PATCH] kkkkkkkkkkkkkkkkkk --- .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 431721d..6f0c295 100644 --- a/.gitea/workflows/build->develop.yml +++ b/.gitea/workflows/build->develop.yml @@ -49,6 +49,7 @@ jobs: CI_COMMIT_AUTHOR: Continuous Integration run: | if [[ $(git branch -r | grep origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -eq 0 ]]; then + echo 'there is no branch' origin/${{ env.DEVELOPMENT_BRANCH }}; git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}; curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea; chmod +x ./tea; @@ -58,6 +59,7 @@ jobs: fi echo 'pushed new branch and created pr'; else + echo 'there is a branch' origin/${{ env.DEVELOPMENT_BRANCH }}; if [[ $(git diff origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -ne 0 ]]; then git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}; else