Compare commits
9 Commits
76c7be1491
...
fbefb6b753
Author | SHA1 | Date |
---|---|---|
gilesb | fbefb6b753 | |
gilesb | f960539e4a | |
gilesb | ff69fcd507 | |
gilesb | d6c803bd23 | |
gilesb | e9b6e22f07 | |
gilesb | c7b2e9ea1c | |
gilesb | 86242186a4 | |
gilesb | 7b58510ef9 | |
gilesb | 51e46e323f |
|
@ -43,8 +43,13 @@ jobs:
|
|||
- name: push
|
||||
run: |
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
git rebase -Xtheirs origin/master
|
||||
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;
|
||||
|
|
|
@ -36,6 +36,8 @@ jobs:
|
|||
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: tag
|
||||
run: git tag
|
||||
- name: delete develop branch
|
||||
id: delete_develop_branch
|
||||
run: git push origin --delete ${{ github.head_ref }}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue