Compare commits

..

2 Commits

Author SHA1 Message Date
giles 7a5f9d416e tryryryr
convert-to-yml / develop-branch (push) Successful in 31s Details
wdwq
2023-10-23 10:50:09 +01:00
giles f5d264b0dd hdhdhdhd 2023-10-23 10:44:31 +01:00
1 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,6 @@ jobs:
CI_COMMIT_AUTHOR: Continuous Integration
run: |
if [[ $(git branch -r | grep -Fx 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;
@ -59,7 +58,6 @@ 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