lllllllll
convert-to-yml / develop-branch (push) Failing after 30s
Details
convert-to-yml / develop-branch (push) Failing after 30s
Details
This commit is contained in:
parent
8633b3478c
commit
3555ddf195
|
@ -49,7 +49,8 @@ jobs:
|
|||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
if [[ $(git branch -r | grep -Fx origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -eq 0 ]]; then
|
||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||
echo no development branch so pushing
|
||||
git push origin -f HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea;
|
||||
chmod +x ./tea;
|
||||
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }};
|
||||
|
|
Loading…
Reference in New Issue